Freigeben über


ComputeClause.ComputeFunctions-Eigenschaft

Ruft eine Liste mit Berechnungsfunktionen ab. Mindestens eine ist erforderlich.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property ComputeFunctions As IList(Of ComputeFunction)
    Get
public IList<ComputeFunction> ComputeFunctions { get; }
public:
property IList<ComputeFunction^>^ ComputeFunctions {
    IList<ComputeFunction^>^ get ();
}
member ComputeFunctions : IList<ComputeFunction>
function get ComputeFunctions () : IList<ComputeFunction>

Eigenschaftswert

Typ: System.Collections.Generic.IList<ComputeFunction>

.NET Framework-Sicherheit

Siehe auch

Referenz

ComputeClause Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace