Condividi tramite


Proprietà OutputClause.SelectColumns

Gets the list of select columns.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property SelectColumns As IList(Of SelectElement)
    Get
'Utilizzo
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>

Valore proprietà

Tipo: System.Collections.Generic.IList<SelectElement>
The list of select columns.

Vedere anche

Riferimento

OutputClause Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom