Partilhar via


Enumeração TypeClass

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

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

Sintaxe

'Declaração
Public Enumeration TypeClass
'Uso
Dim instance As TypeClass
public enum TypeClass
public enum class TypeClass
type TypeClass
public enum TypeClass

Membros

Nome do membro Descrição
Unsupported The type is not supported.
Numeric A numerical type.
String A string type.
Bool A Boolean type.
DateTime A type class that stores date and time information.
Guid A GUID type.
Array An array.
Variant A variant type.
VarArgs A variable argument.

Consulte também

Referência