ExpressionNode.TypeClass Property
Gets the class type when the expression node represents an object.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public ReadOnly Property TypeClass As TypeClass
Get
'Usage
Dim instance As ExpressionNode
Dim value As TypeClass
value = instance.TypeClass
public TypeClass TypeClass { get; }
public:
property TypeClass TypeClass {
TypeClass get ();
}
member TypeClass : TypeClass
function get TypeClass () : TypeClass
Property Value
Type: Microsoft.SqlServer.Management.Dmf.TypeClass
A TypeClass value that specifies the type of object.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.