QuerySpecification.SelectElements (Propiedad)

Obtiene una lista de las columnas seleccionadas o de las variables establecidas.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Comentarios

Los tipos con establecimiento inflexible de objetos que se pueden encontrar aquí son SelectColumn o SelectSetVariable.

Seguridad de .NET Framework

Vea también

Referencia

QuerySpecification Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)