ReceiveStatement.SelectElements Property

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

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

Syntax

'Declaration
Public ReadOnly Property SelectElements As IList(Of SelectElement)
    Get
'Usage
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>

Property Value

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

See Also

Reference

ReceiveStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace