Partager via


Propriété ComputeClause.ComputeFunctions

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

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ComputeFunctions As IList(Of ComputeFunction)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

ComputeClause Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom