Compartir a través de


ComputeFunction.ComputeFunctionType Propiedad

Gets or sets the compute function type.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property ComputeFunctionType As ComputeFunctionType 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

ComputeFunction Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom