ComputeFunction.ComputeFunctionType 属性

Gets or sets the compute function type.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property ComputeFunctionType As ComputeFunctionType 
    Get 
    Set
用法
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)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.ComputeFunctionType
The compute function type.

请参阅

参考

ComputeFunction 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间