言語

ServiceClient.SystemDomainListGet メソッド

定義

リストコードに基づいて、ローカライズされた固定された選択肢リストを取得します。

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 オブジェクト。

適用対象