Share via


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 네임스페이스