SetTypeClass 方法

Sets type class for the expression node.

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

语法

声明
Protected Sub SetTypeClass ( _
    value As TypeClass _
)
用法
Dim value As TypeClass

Me.SetTypeClass(value)
protected void SetTypeClass(
    TypeClass value
)
protected:
void SetTypeClass(
    TypeClass value
)
member SetTypeClass : 
        value:TypeClass -> unit 
protected function SetTypeClass(
    value : TypeClass
)