Compartir a través de


ComputeFunction.ComputeFunctionType (Propiedad)

Obtiene o establece el tipo de función de cálculo.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.ComputeFunctionType
Devuelve un valor de enumeración ComputeFunctionType.

Seguridad de .NET Framework

Vea también

Referencia

ComputeFunction Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)