ComputeFunction.ComputeFunctionType 属性

获取或设置计算函数的类型。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
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)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.ComputeFunctionType
返回一个 ComputeFunctionType 枚举值。

.NET Framework 安全性

请参见

参考

ComputeFunction 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间