QuerySpecification.SelectElements 属性

获取选定列或设置的变量的列表。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public ReadOnly Property SelectElements As IList(Of TSqlFragment)
    Get
public IList<TSqlFragment> SelectElements { get; }
public:
property IList<TSqlFragment^>^ SelectElements {
    IList<TSqlFragment^>^ get ();
}
member SelectElements : IList<TSqlFragment>
function get SelectElements () : IList<TSqlFragment>

属性值

类型:System.Collections.Generic.IList<TSqlFragment>

备注

此处可以使用的强对象类型包括 SelectColumn 和 SelectSetVariable。

.NET Framework 安全性

请参见

参考

QuerySpecification 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间