ServiceClient.IService.SystemDomainListGet Method (SystemDomainListGetRequest)

 

Applies To: SQL Server 2016 Preview

Retrieves the localized fixed list of choices based on a list code.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

SystemDomainListGetResponse IService.SystemDomainListGet(
    SystemDomainListGetRequest request
)
private:
virtual SystemDomainListGetResponse^ SystemDomainListGet(
    SystemDomainListGetRequest^ request
) sealed = IService::SystemDomainListGet
private abstract SystemDomainListGet : 
        request:SystemDomainListGetRequest -> SystemDomainListGetResponse
private override SystemDomainListGet : 
        request:SystemDomainListGetRequest -> SystemDomainListGetResponse
Private Function SystemDomainListGet (
    request As SystemDomainListGetRequest
) As SystemDomainListGetResponse
    Implements IService.SystemDomainListGet

Parameters

Return Value

Type: Microsoft.MasterDataServices.SystemDomainListGetResponse

The SystemDomainListGetResponse for the operation.

Implements

IService.SystemDomainListGet(SystemDomainListGetRequest)

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top