Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the selected columns or set variables, the strong types of objects that can be here are SelectColumn and SelectSetVariable.
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SelectElements As IList(Of SelectElement)
Get
'Utilisation
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>
Valeur de propriété
Type : System.Collections.Generic.IList<SelectElement>
The selected columns or set variables.