Sdílet prostřednictvím


ComputeFunction.ComputeFunctionType – vlastnost

Získá nebo nastaví typ výpočetní funkce.

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

Syntaxe

'Deklarace
Public Property ComputeFunctionType As ComputeFunctionType
    Get
    Set
public ComputeFunctionType ComputeFunctionType { get; set; }
public:
property ComputeFunctionType ComputeFunctionType {
    ComputeFunctionType get ();
    void set (ComputeFunctionType value);
}
member ComputeFunctionType : ComputeFunctionType with get, set
function get ComputeFunctionType () : ComputeFunctionType
function set ComputeFunctionType (value : ComputeFunctionType)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.ComputeFunctionType
Vrátí ComputeFunctionType hodnotu výčtu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ComputeFunction Třída

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