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


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

См. также

Справочник

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