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.
Contains values that specify the type of export view format.
public enum class ExportViewFormat
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="ExportViewFormat", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum ExportViewFormat
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<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 | The type of export view is unspecified. |
LeafAttributes | 1 | A view that contains leaf entity members and their attributes. |
ConsolidatedAttributes | 2 | A view that contains consolidated entity members and their attributes. |
CollectionAttributes | 3 | A view that contains collection entity members and their attributes. |
Collections | 4 | A view that contains the contents of collections (relationships). |
ExplicitParentChild | 5 | A view that contains explicit hierarchy relationships for an entity in parent-child format. |
ExplicitLevels | 6 | A view that contains explicit hierarchy relationships for an entity in level-based format. |
DerivedParentChild | 7 | A view that contains derived hierarchy relationships for a selected hierarchy in parent-child format. |
DerivedLevels | 8 | A view that contains derived hierarchy relationships for a selected hierarchy in level-based format. |
Remarks
Export views are available in a known set of standard formats.