Propriedade ReceiveStatement.SelectElements

Obtém ou define as colunas selecionadas ou conjunto de variáveis.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

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

Comentários

Os tipos de alta seguras de objetos que podem ser aqui são SelectColumn e SelectSetVariable.

Segurança do .NET Framework

Consulte também

Referência

ReceiveStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql