Condividi tramite


Proprietà QuerySpecification.SelectElements

Ottiene un elenco delle colonne selezionate o delle variabili impostate.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property SelectElements As IList(Of TSqlFragment)
    Get
public IList<TSqlFragment> SelectElements { get; }
public:
property IList<TSqlFragment^>^ SelectElements {
    IList<TSqlFragment^>^ get ();
}
member SelectElements : IList<TSqlFragment>
function get SelectElements () : IList<TSqlFragment>

Valore proprietà

Tipo: System.Collections.Generic.IList<TSqlFragment>

Note

Gli oggetti fortemente tipizzati che si possono trovare qui sono SelectColumn o SelectSetVariable.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

QuerySpecification Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql