Compartir a través de


ReceiveStatement.SelectElements Propiedad

Gets or sets the selected columns or set variables, the strong types of objects that can be here are SelectColumn and SelectSetVariable.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public ReadOnly Property SelectElements As IList(Of SelectElement)
    Get
'Uso
Dim instance As ReceiveStatement 
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 de la propiedad

Tipo: System.Collections.Generic.IList<SelectElement>
The selected columns or set variables.

Vea también

Referencia

ReceiveStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom