Compartilhar via


Propriedade do RDL ComputeClause.ComputeFunctions

Gets the list of the Compute functions. At least one is required.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public ReadOnly Property ComputeFunctions As IList(Of ComputeFunction)
    Get
'Uso
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>

Valor da propriedade

Tipo: System.Collections.Generic.IList<ComputeFunction>
The list of the Compute functions.

Consulte também

Referência

ComputeClause Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom