Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the compute by clauses. May have zero elements.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property ComputeClauses As IList(Of ComputeClause)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IList<ComputeClause>
The compute by clauses.