Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
'Declaration
Public Enumeration TypeClass
'Usage
Dim instance As TypeClass
public enum TypeClass
public enum class TypeClass
type TypeClass
public enum TypeClass
Members
| Member name | Description | |
|---|---|---|
| Array | An array. | |
| BitmappedEnum | A bitmapped enumeration. | |
| Bool | A Boolean type. | |
| DateTime | A type class that stores date and time information. | |
| Guid | A GUID type. | |
| Numeric | A numerical type. | |
| String | A string type. | |
| Unsupported | The type is not supported. | |
| VarArgs | A variable argument. | |
| Variant | A variant type. |