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


Класс ExportView

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

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

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

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство DerivedHierarchyId Gets or sets the identifier of the derived hierarchy for the view (optional).
Открытое свойство EntityId Gets or sets the entity identifier of the view.
Открытое свойство Identifier Gets or sets the identifier of the view (optional).
Открытое свойство IsDirty Gets or sets a value that indicates whether the underlying view’s database objects have changed.
Открытое свойство Levels Gets or sets the amount of levels in the view. Only used for LevelBased view formats.
Открытое свойство ModelId Gets or sets the model identifier of the view.
Открытое свойство VersionFlagId Gets or sets the version flag identifier of the data in the view (optional).
Открытое свойство VersionId Gets or sets the version identifier of the data in the view.
Открытое свойство ViewFormat Gets or sets the type of the data in the view.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Защищенный метод SetProperty<T> Инфраструктура. Sets the property using the specified values. (Производный от DataContractBase.)
Открытый метод ToString (Производный от Object.)

В начало

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

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

См. также

Справочник

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