共用方式為


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.

請參閱

參考

SelectStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間