Partilhar via


Propriedade do RDL QuerySpecification.SelectElements

Gets a list of the selected columns or set variables.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public ReadOnly Property SelectElements As IList(Of SelectElement)
    Get
'Uso
Dim instance As QuerySpecification 
Dim value As IList(Of SelectElement)

value = instance.SelectElements
public IList<SelectElement> SelectElements { get; }
public:
property IList<SelectElement^>^ SelectElements {
    IList<SelectElement^>^ get ();
}
member SelectElements : IList<SelectElement>
function get SelectElements () : IList<SelectElement>

Valor da propriedade

Tipo: System.Collections.Generic.IList<SelectElement>
A list of the selected columns or set variables.

Consulte também

Referência

QuerySpecification Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom