Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the class type when the expression node represents a constant value or a variable.
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 value type.
Remarks
Types are used to define values used in expressions as parameters or as constant values, such as strings, numbers or Boolean values.