DesignerInit コンストラクタ (Type)

メモ : この API は、互換性のために残されています。 旧式でない代替が必要な場合は、[TBD] を使用してください。

DesignerInit クラスの新しいインスタンスを初期化します。

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

構文

'宣言
<ObsoleteAttribute("This constructor has been superseded by the DesignerInit(ExtensionHandle) constructor.")> _
Public Sub New ( _
    type As Type _
)
'使用
Dim type As Type

Dim instance As New DesignerInit(type)
[ObsoleteAttribute("This constructor has been superseded by the DesignerInit(ExtensionHandle) constructor.")]
public DesignerInit(
    Type type
)
[ObsoleteAttribute(L"This constructor has been superseded by the DesignerInit(ExtensionHandle) constructor.")]
public:
DesignerInit(
    Type^ type
)
public function DesignerInit(
    type : Type
)

パラメータ

  • type
    型 : System.Type
    このデザイナがサポートするジェネレータの種類を格納する Type

参照

参照

DesignerInit クラス

DesignerInit メンバ

DesignerInit オーバーロード

Microsoft.Data.Schema.DataGenerator 名前空間