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


Класс ExportViewCreateRequest

Specifies details of what is requested.

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

System.Object
  Microsoft.MasterDataServices.ExportViewCreateRequest

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

Синтаксис

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

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

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

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

В начало

Методы

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

В начало

Поля

  Имя Описание
Открытое поле ExportView The ExportView.
Открытое поле International The cultural settings.

В начало

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

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

См. также

Справочник

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