OutputDescriptor.DBTypeExtension プロパティ

データベースの型拡張プロパティを取得または設定します。

名前空間 :  Microsoft.Data.Schema.DataGenerator
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public Property DBTypeExtension As Type
'使用
Dim instance As OutputDescriptor
Dim value As Type

value = instance.DBTypeExtension

instance.DBTypeExtension = value
public Type DBTypeExtension { get; set; }
public:
property Type^ DBTypeExtension {
    Type^ get ();
    void set (Type^ value);
}
public function get DBTypeExtension () : Type
public function set DBTypeExtension (value : Type)

プロパティ値

型 : System.Type
型拡張を格納する String

参照

参照

OutputDescriptor クラス

OutputDescriptor メンバ

Microsoft.Data.Schema.DataGenerator 名前空間