TypeClass 열거형
The TypeClass enumeration contains values that describe the different class types.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)
구문
‘선언
Public Enumeration TypeClass
‘사용 방법
Dim instance As TypeClass
public enum TypeClass
public enum class TypeClass
type TypeClass
public enum TypeClass
멤버
멤버 이름 | 설명 | |
---|---|---|
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. |