Класс SystemSettingsGetResponse
Provides system settings within a Microsoft.MasterDataServices.SystemSettingsGroup.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.SystemSettingsGetResponse
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<MessageContractAttribute(WrapperName := "SystemSettingsGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class SystemSettingsGetResponse
'Применение
Dim instance As SystemSettingsGetResponse
[MessageContractAttribute(WrapperName = "SystemSettingsGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class SystemSettingsGetResponse
[MessageContractAttribute(WrapperName = L"SystemSettingsGetResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class SystemSettingsGetResponse
[<MessageContractAttribute(WrapperName = "SystemSettingsGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type SystemSettingsGetResponse = class end
public class SystemSettingsGetResponse
Тип SystemSettingsGetResponse обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
SystemSettingsGetResponse() | Initializes a new instance of the SystemSettingsGetResponse class that has default values. |
![]() |
SystemSettingsGetResponse(OperationResult, Collection<SystemSettingGroup>) | Initializes a new instance of the SystemSettingsGetResponse class that has the specified operation result and list of system settings groups. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Поля
Имя | Описание | |
---|---|---|
![]() |
OperationResult | The operation result, including a unique ID for tracking and logging. |
![]() |
SystemSettingsGroups | The system setting groups to return in the response. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.