ExportViewFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of export view format. Export views are available in a known set of standard formats.
public enum class ExportViewFormat
[System.Runtime.Serialization.DataContract(Name="ExportViewFormat", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum ExportViewFormat
[<System.Runtime.Serialization.DataContract(Name="ExportViewFormat", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ExportViewFormat =
Public Enum ExportViewFormat
- Inheritance
-
ExportViewFormat
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | Not specified. |
LeafAttributes | 1 | A view that contains leaf Members and their Attributes. |
ConsolidatedAttributes | 2 | A view that contains consolidated members and their attributes. |
CollectionAttributes | 3 | A view that contains collection members and their attributes |
Collections | 4 | A view that contains the contents of collections (relationships). |
ExplicitParentChild | 5 | A view that contains ExplicitHierarchy relationships for an entity in parent-child format. |
ExplicitLevels | 6 | A view that contains ExplicitHierarchy relationships for an entity in level-based format. |
DerivedParentChild | 7 | A view that contains DerivedHierarchy relationships for a selected hierarchy in parent-child format. |
DerivedLevels | 8 | A view that contains DerivedHierarchy relationships for a selected hierarchy in level-based format. |
LeafHistory | 9 | A view that contains leaf Members historical data. |
ConsolidatedHistory | 10 | A view that contains Consolidated Members historical data. |
CollectionHistory | 11 | A view that contains Collection Members historical data. |
LeafType2 | 12 | A view that contains leaf Members type2 data. |
ConsolidatedType2 | 13 | A view that contains Consolidated Members type2 data. |
CollectionType2 | 14 | A view that contains Collection Members type2 data. |
Remarks
The ExportViewFormat simple type specifies the type of export view format. Export views are available in a known set of standard formats.