ReceiveStatement.SelectElements Property
SQL Server 2012
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)
Property Value
Type: System.Collections.Generic.IList(SelectElement)The selected columns or set variables.
