TypeClass 列挙体

TypeClass 列挙には、さまざまなクラス型を示す値が含まれます。

名前空間:  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 配列。
BitmappedEnum ビットマップの列挙型。
Bool Boolean 型。
DateTime 日付と時刻の情報を格納する型クラスです。
Guid GUID 型。
Numeric 数値型。
String 文字列型。
Unsupported この型はサポートされていません。
VarArgs 変数引数。
Variant バリアント型。

関連項目

参照

Microsoft.SqlServer.Management.Dmf 名前空間