Condividi tramite


Proprietà ComputeFunction.ComputeFunctionType

Gets or sets the compute function type.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public Property ComputeFunctionType As ComputeFunctionType 
    Get 
    Set
'Utilizzo
Dim instance As ComputeFunction 
Dim value As ComputeFunctionType 

value = instance.ComputeFunctionType

instance.ComputeFunctionType = value
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)

Valore proprietà

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ComputeFunctionType
The compute function type.

Vedere anche

Riferimento

ComputeFunction Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom