ServiceClient.ExportViewListGet(International, OperationResult) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
既存のエクスポート ビューの一覧を取得します。
public:
System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::ExportView ^> ^ ExportViewListGet(Microsoft::MasterDataServices::International ^ International, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.ExportView> ExportViewListGet (Microsoft.MasterDataServices.International International, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.ExportViewListGet : Microsoft.MasterDataServices.International * OperationResult -> System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.ExportView>
Public Function ExportViewListGet (International As International, ByRef OperationResult As OperationResult) As Collection(Of ExportView)
パラメーター
- International
- International
カルチャ設定。
- OperationResult
- OperationResult
このメソッドが戻るとき、操作結果が含まれています。 このパラメーターは初期化せずに渡されます。
戻り値
既存のエクスポート ビューのコレクション。