ExportView Class
SQL Server 2012
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.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.ExportView
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
The ExportView type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetProperty<T> | Infrastructure. Sets the property using the specified values. (Inherited from DataContractBase.) |
![]() | ToString | (Inherited from Object.) |

