Freigeben über


ComputeFunction.ComputeFunctionType-Eigenschaft

Gets or sets the compute function type.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property ComputeFunctionType As ComputeFunctionType 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

ComputeFunction Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace