言語

ExportViewListGetRequest コンストラクター

定義

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

オーバーロード

名前 説明
ExportViewListGetRequest()

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

ExportViewListGetRequest(International)

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

ExportViewListGetRequest()

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

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

適用対象

ExportViewListGetRequest(International)

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

public:
 ExportViewListGetRequest(Microsoft::MasterDataServices::International ^ International);
public ExportViewListGetRequest(Microsoft.MasterDataServices.International International);
new Microsoft.MasterDataServices.ExportViewListGetRequest : Microsoft.MasterDataServices.International -> Microsoft.MasterDataServices.ExportViewListGetRequest
Public Sub New (International As International)

パラメーター

International
International

文化的な設定。

適用対象