Класс ExportView

Represents information related to the user-created view within the MDS system. These views are created to provide simplified SQL access to the data stored in the MDS system in a number of common formats.

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

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..ExportView

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

Синтаксис

'Декларация
<SerializableAttribute> _
<DataContractAttribute(Name := "ExportView", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ExportView
'Применение
Dim instance As ExportView
[SerializableAttribute]
[DataContractAttribute(Name = "ExportView", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ExportView
[SerializableAttribute]
[DataContractAttribute(Name = L"ExportView", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ExportView
[<SerializableAttribute>]
[<DataContractAttribute(Name = "ExportView", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ExportView =  class end
public class ExportView

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

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

  Имя Описание
Открытый метод ExportView Initializes a new instance of the ExportView class.

В начало

Свойства

  Имя Описание
Открытое свойство DerivedHierarchyId Gets or sets the identifier of the derived hierarchy queried by the export view. This is only populated for view formats specific to derived hierarchies.
Открытое свойство EntityId Gets or sets the identifier of the entity queried by the export view.
Открытое свойство Identifier Gets or sets the identifier of the export view.
Открытое свойство IsDirty Gets or sets a value indicating whether the view needs to be recreated due to underlying metadata changes.
Открытое свойство Levels Gets or sets the number of hierarchy levels in the view if the view is a level-based hierarchy view.
Открытое свойство ModelId Gets or sets the identifier of the model queried by the export view.
Открытое свойство VersionFlagId Gets or sets the identifier of the version flag queried by the export view.
Открытое свойство VersionId Gets or sets the identifier of the version queried by the export view.
Открытое свойство ViewFormat Gets or sets the ExportViewFormat simple type of the export view.

В начало

Методы

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

В начало

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

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