共用方式為


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 命名空間