Partager via


Propriété ComputeFunction.ComputeFunctionType

Gets or sets the compute function type.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property ComputeFunctionType As ComputeFunctionType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

ComputeFunction Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom