Поделиться через


Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices