SelectStatement.ComputeClauses 属性
Gets or sets the compute by clauses. May have zero elements.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public ReadOnly Property ComputeClauses As IList(Of ComputeClause)
Get
用法
Dim instance As SelectStatement
Dim value As IList(Of ComputeClause)
value = instance.ComputeClauses
public IList<ComputeClause> ComputeClauses { get; }
public:
property IList<ComputeClause^>^ ComputeClauses {
IList<ComputeClause^>^ get ();
}
member ComputeClauses : IList<ComputeClause>
function get ComputeClauses () : IList<ComputeClause>
属性值
类型:System.Collections.Generic.IList<ComputeClause>
The compute by clauses.