Класс SystemDomainListGetRequest
Defines the message contract for the system domain list get request.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.SystemDomainListGetRequest
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<MessageContractAttribute(WrapperName := "SystemDomainListGetRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class SystemDomainListGetRequest
'Применение
Dim instance As SystemDomainListGetRequest
[MessageContractAttribute(WrapperName = "SystemDomainListGetRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class SystemDomainListGetRequest
[MessageContractAttribute(WrapperName = L"SystemDomainListGetRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class SystemDomainListGetRequest
[<MessageContractAttribute(WrapperName = "SystemDomainListGetRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type SystemDomainListGetRequest = class end
public class SystemDomainListGetRequest
Тип SystemDomainListGetRequest обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
SystemDomainListGetRequest() | Initializes a new instance of the SystemDomainListGetRequest class that has default values. |
![]() |
SystemDomainListGetRequest(International, SystemDomainListGetCriteria) | Initializes a new instance of the SystemDomainListGetRequest 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. |
В начало
Замечания
SystemDomainListGetRequest must include a SystemDomainListGetCriteria.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.