Класс MetadataGetRequest

Selects metadata objects at the specified level of detail.

Иерархия наследования

System. . :: . .Object
  Microsoft.MasterDataServices..::..MetadataGetRequest

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<MessageContractAttribute(WrapperName := "MetadataGetRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class MetadataGetRequest
'Применение
Dim instance As MetadataGetRequest
[MessageContractAttribute(WrapperName = "MetadataGetRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class MetadataGetRequest
[MessageContractAttribute(WrapperName = L"MetadataGetRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class MetadataGetRequest
[<MessageContractAttribute(WrapperName = "MetadataGetRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type MetadataGetRequest =  class end
public class MetadataGetRequest

Тип MetadataGetRequest обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод MetadataGetRequest() () () () Initializes a new instance of the MetadataGetRequest class that has default values.
Открытый метод MetadataGetRequest(International, MetadataResultOptions, MetadataSearchCriteria) Initializes a new instance of the MetadataGetRequest class that has the specified cultural settings, result options, and search criteria.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Поля

  Имя Описание
Открытое поле International The cultural settings.
Открытое поле ResultOptions Determines the level of information to retrieve.
Открытое поле SearchCriteria Determines the metadata objects to retrieve.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.