ExpressionNode.SetTypeClass Method

Sets type class for the expression node.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Protected Sub SetTypeClass ( _
    value As TypeClass _
)
'Usage
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
)