次の方法で共有


ExportViewCreateRequest コンストラクター

定義

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

オーバーロード

ExportViewCreateRequest()

ExportViewCreateRequest クラスの既定値を持つ新しいインスタンスを初期化します。

ExportViewCreateRequest(International, ExportView)

指定されたカルチャ設定と ExportViewCreateRequest を持つ ExportView クラスの新しいインスタンスを初期化します。

ExportViewCreateRequest()

ExportViewCreateRequest クラスの既定値を持つ新しいインスタンスを初期化します。

public:
 ExportViewCreateRequest();
public ExportViewCreateRequest ();
Public Sub New ()

適用対象

ExportViewCreateRequest(International, ExportView)

指定されたカルチャ設定と ExportViewCreateRequest を持つ ExportView クラスの新しいインスタンスを初期化します。

public:
 ExportViewCreateRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::ExportView ^ ExportView);
public ExportViewCreateRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.ExportView ExportView);
new Microsoft.MasterDataServices.ExportViewCreateRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.ExportView -> Microsoft.MasterDataServices.ExportViewCreateRequest
Public Sub New (International As International, ExportView As ExportView)

パラメーター

International
International

カルチャ設定。

ExportView
ExportView

ExportView

適用対象