ServiceClient.IService.SystemSettingsGet Method (SystemSettingsGetRequest)

 

Applies To: SQL Server 2016 Preview

Retrieves the list of system settings.

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

Syntax

SystemSettingsGetResponse IService.SystemSettingsGet(
    SystemSettingsGetRequest request
)
private:
virtual SystemSettingsGetResponse^ SystemSettingsGet(
    SystemSettingsGetRequest^ request
) sealed = IService::SystemSettingsGet
private abstract SystemSettingsGet : 
        request:SystemSettingsGetRequest -> SystemSettingsGetResponse
private override SystemSettingsGet : 
        request:SystemSettingsGetRequest -> SystemSettingsGetResponse
Private Function SystemSettingsGet (
    request As SystemSettingsGetRequest
) As SystemSettingsGetResponse
    Implements IService.SystemSettingsGet

Parameters

Return Value

Type: Microsoft.MasterDataServices.SystemSettingsGetResponse

The SystemSettingsGetResponse for the operation.

Implements

IService.SystemSettingsGet(SystemSettingsGetRequest)

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top