Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of select columns.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property SelectColumns As IList(Of SelectElement)
Get
'Usage
Dim instance As OutputClause
Dim value As IList(Of SelectElement)
value = instance.SelectColumns
public IList<SelectElement> SelectColumns { get; }
public:
property IList<SelectElement^>^ SelectColumns {
IList<SelectElement^>^ get ();
}
member SelectColumns : IList<SelectElement>
function get SelectColumns () : IList<SelectElement>
Property Value
Type: System.Collections.Generic.IList<SelectElement>
The list of select columns.