Compartir a través de


ComputeClause.ComputeFunctions Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ComputeClause Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom