共用方式為


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.