ExportViewFormat Enum

Definition

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

CollectionAttributes 3

A view that contains collection entity members and their attributes.

Collections 4

A view that contains the contents of collections (relationships).

ConsolidatedAttributes 2

A view that contains consolidated entity members and their attributes.

DerivedLevels 8

A view that contains derived hierarchy relationships for a selected hierarchy in level-based format.

DerivedParentChild 7

A view that contains derived hierarchy relationships for a selected hierarchy in parent-child format.

ExplicitLevels 6

A view that contains explicit hierarchy relationships for an entity in level-based format.

ExplicitParentChild 5

A view that contains explicit hierarchy relationships for an entity in parent-child format.

LeafAttributes 1

A view that contains leaf entity members and their attributes.

NotSpecified 0

The type of export view is unspecified.

Remarks

Export views are available in a known set of standard formats.

Applies to