ReceiveStatement.SelectElements 属性

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

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public ReadOnly Property SelectElements As IList(Of SelectElement)
    Get
用法
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>

属性值

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

请参阅

参考

ReceiveStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间