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, содержащий результат операции.

Применяется к