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

멤버

멤버 이름 설명
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.