ExportViewListGetResponse コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 を含む操作結果。