Класс SystemSettingsGetRequest
Defines the message contract for the system setting get request.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.SystemSettingsGetRequest
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<MessageContractAttribute(WrapperName := "SystemSettingsGetRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class SystemSettingsGetRequest
'Применение
Dim instance As SystemSettingsGetRequest
[MessageContractAttribute(WrapperName = "SystemSettingsGetRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class SystemSettingsGetRequest
[MessageContractAttribute(WrapperName = L"SystemSettingsGetRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class SystemSettingsGetRequest
[<MessageContractAttribute(WrapperName = "SystemSettingsGetRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type SystemSettingsGetRequest = class end
public class SystemSettingsGetRequest
Тип SystemSettingsGetRequest обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
SystemSettingsGetRequest() | Initializes a new instance of the SystemSettingsGetRequest class that has default values. |
![]() |
SystemSettingsGetRequest(International, SystemSettingsGetCriteria) | Initializes a new instance of the SystemSettingsGetRequest class that has the specified cultural settings and search criteria. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Поля
Имя | Описание | |
---|---|---|
![]() |
International | The cultural settings. |
![]() |
SearchCriteria | The search criteria that determine which domain lists to retrieve. |
В начало
Замечания
SystemSettingsGetRequest must include a SystemSettingsGetCriteria.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.