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
このメソッドが返されると、 は演算結果となります。 このパラメーターは初期化されていない状態で渡されます。
返品
既存の輸出ビューのコレクション。