ComputeClause.ComputeFunctions Property

Definition

The compute functions. At least one is required.

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

Property Value

Applies to