ServiceClient.SystemDomainListGet メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リスト コードに基づいて、ローカライズされた固定選択リストを取得します。
public:
Microsoft::MasterDataServices::OperationResult ^ SystemDomainListGet(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SystemDomainListGetCriteria ^ SearchCriteria, [Runtime::InteropServices::Out] System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemDomainList ^> ^ % SystemDomainLists);
public Microsoft.MasterDataServices.OperationResult SystemDomainListGet (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SystemDomainListGetCriteria SearchCriteria, out System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemDomainList> SystemDomainLists);
member this.SystemDomainListGet : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SystemDomainListGetCriteria * Collection -> Microsoft.MasterDataServices.OperationResult
Public Function SystemDomainListGet (International As International, SearchCriteria As SystemDomainListGetCriteria, ByRef SystemDomainLists As Collection(Of SystemDomainList)) As OperationResult
パラメーター
- International
- International
カルチャ設定。
- SearchCriteria
- SystemDomainListGetCriteria
システム ドメイン リストを取得する条件。
- SystemDomainLists
- Collection<SystemDomainList>
このメソッドが戻るとき、システム ドメイン リストが含まれています。 このパラメーターは初期化せずに渡されます。
戻り値
操作の結果が格納された OperationResult オブジェクトです。