Expand Minimize
This topic has not yet been rated - Rate this topic

TypeClass Enumeration

The TypeClass enumeration contains values that describe the different class types.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
public enum TypeClass
Member nameDescription
UnsupportedThe type is not supported.
NumericA numerical type.
StringA string type.
BoolA Boolean type.
DateTimeA type class that stores date and time information.
GuidA GUID type.
ArrayAn array.
VariantA variant type.
VarArgsA variable argument.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.