言語

ExportViewListGetResponse コンストラクター

定義

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

オーバーロード

名前 説明
ExportViewListGetResponse()

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

ExportViewListGetResponse(Collection<ExportView>, OperationResult)

エクスポートビューと操作結果の指定された配列を持つ ExportViewListGetResponse クラスの新しいインスタンスを初期化します。

ExportViewListGetResponse()

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

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

適用対象

ExportViewListGetResponse(Collection<ExportView>, OperationResult)

エクスポートビューと操作結果の指定された配列を持つ ExportViewListGetResponse クラスの新しいインスタンスを初期化します。

public:
 ExportViewListGetResponse(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::ExportView ^> ^ ExportViews, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public ExportViewListGetResponse(System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.ExportView> ExportViews, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.ExportViewListGetResponse : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.ExportView> * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.ExportViewListGetResponse
Public Sub New (ExportViews As Collection(Of ExportView), OperationResult As OperationResult)

パラメーター

ExportViews
Collection<ExportView>

エクスポートビューのコレクションです。

OperationResult
OperationResult

この操作結果には、追跡と記録のための一意IDが含まれます。

適用対象