言語

ExportViewUpdateRequest コンストラクター

定義

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

オーバーロード

名前 説明
ExportViewUpdateRequest()

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

ExportViewUpdateRequest(International, ExportView)

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

ExportViewUpdateRequest()

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

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

適用対象

ExportViewUpdateRequest(International, ExportView)

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

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

パラメーター

International
International

文化的な設定。

ExportView
ExportView

ExportView

適用対象