QuerySpecification.SelectElements 属性

Gets a list of the selected columns or set variables.

命名空间:  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 QuerySpecification 
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>
A list of the selected columns or set variables.

请参阅

参考

QuerySpecification 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间