QuerySpecification.SelectElements 属性

定义

这些是所选列或设置变量,可以是以下 SelectColumn、SelectSetVariable 的强类型的对象。

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.SelectElement> SelectElements { get; }
member this.SelectElements : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.SelectElement>
Public ReadOnly Property SelectElements As IList(Of SelectElement)

属性值

适用于