IService.SystemSettingsGet メソッド
システム設定のリストを取得します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<OperationContractAttribute(Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGet", _
ReplyAction := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetResponse")> _
<FaultContractAttribute(GetType(EditionExpiredMessage), Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetEditionExpiredMessageFault", _
Name := "EditionExpiredMessage")> _
Function SystemSettingsGet ( _
request As SystemSettingsGetRequest _
) As SystemSettingsGetResponse
'使用
Dim instance As IService
Dim request As SystemSettingsGetRequest
Dim returnValue As SystemSettingsGetResponse
returnValue = instance.SystemSettingsGet(request)
[OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGet",
ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetResponse")]
[FaultContractAttribute(typeof(EditionExpiredMessage), Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetEditionExpiredMessageFault",
Name = "EditionExpiredMessage")]
SystemSettingsGetResponse SystemSettingsGet(
SystemSettingsGetRequest request
)
[OperationContractAttribute(Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGet",
ReplyAction = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetResponse")]
[FaultContractAttribute(typeof(EditionExpiredMessage), Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetEditionExpiredMessageFault",
Name = L"EditionExpiredMessage")]
SystemSettingsGetResponse^ SystemSettingsGet(
SystemSettingsGetRequest^ request
)
[<OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGet",
ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetResponse")>]
[<FaultContractAttribute(typeof(EditionExpiredMessage), Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetEditionExpiredMessageFault",
Name = "EditionExpiredMessage")>]
abstract SystemSettingsGet :
request:SystemSettingsGetRequest -> SystemSettingsGetResponse
function SystemSettingsGet(
request : SystemSettingsGetRequest
) : SystemSettingsGetResponse
パラメーター
- request
型: Microsoft.MasterDataServices.SystemSettingsGetRequest
取得要求。
戻り値
型: Microsoft.MasterDataServices.SystemSettingsGetResponse
SystemSettingsGetResponse 型の新しいインスタンス。