ExpressionNode.SetTypeClass Method (TypeClass)

 

Applies To: SQL Server 2016 Preview

Sets type class for the expression node.

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

Syntax

protected void SetTypeClass(
    TypeClass value
)
protected:
void SetTypeClass(
    TypeClass value
)
member SetTypeClass : 
        value:TypeClass -> unit
Protected Sub SetTypeClass (
    value As TypeClass
)

Parameters

See Also

ExpressionNode Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top