言語

ExportViewCreateRequest コンストラクター

定義

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

オーバーロード

名前 説明
ExportViewCreateRequest()

デフォルト値を持つ ExportViewCreateRequest クラスの新しいインスタンスを初期化します。

ExportViewCreateRequest(International, ExportView)

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

ExportViewCreateRequest()

デフォルト値を持つ ExportViewCreateRequest クラスの新しいインスタンスを初期化します。

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

適用対象

ExportViewCreateRequest(International, ExportView)

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

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

適用対象