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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.