次の方法で共有


ServiceClient.ExportViewListGet(International, OperationResult) メソッド

定義

既存のエクスポート ビューの一覧を取得します。

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

このメソッドが戻るとき、操作結果が含まれています。 このパラメーターは初期化せずに渡されます。

戻り値

既存のエクスポート ビューのコレクション。

適用対象