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 first 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 OutputIntoClause
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 first list of select columns.