Sdílet prostřednictvím


ComputeClause.ComputeFunctions – vlastnost

Získá seznam výpočetní funkce. Je vyžadován alespoň jeden.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ComputeClause Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů