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 the list of the Compute functions. At least one is required.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property ComputeFunctions As IList(Of ComputeFunction)
Get
'Usage
Dim instance As ComputeClause
Dim value As IList(Of ComputeFunction)
value = instance.ComputeFunctions
public IList<ComputeFunction> ComputeFunctions { get; }
public:
property IList<ComputeFunction^>^ ComputeFunctions {
IList<ComputeFunction^>^ get ();
}
member ComputeFunctions : IList<ComputeFunction>
function get ComputeFunctions () : IList<ComputeFunction>
Property Value
Type: System.Collections.Generic.IList<ComputeFunction>
The list of the Compute functions.