Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the types of export view format.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "ExportViewFormat", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration ExportViewFormat
'Usage
Dim instance As ExportViewFormat
[DataContractAttribute(Name = "ExportViewFormat", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum ExportViewFormat
[DataContractAttribute(Name = L"ExportViewFormat", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class ExportViewFormat
[<DataContractAttribute(Name = "ExportViewFormat", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ExportViewFormat
public enum ExportViewFormat
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| CollectionAttributes | A view that contains collection entity members and their attributes. | |
| Collections | A view that contains the contents of collections (relationships). | |
| ConsolidatedAttributes | A view that contains consolidated entity members and their attributes. | |
| DerivedLevels | A view that contains derived hierarchy relationships for a selected hierarchy in level-based format. | |
| DerivedParentChild | A view that contains derived hierarchy relationships for a selected hierarchy in parent-child format. | |
| ExplicitLevels | A view that contains explicit hierarchy relationships for an entity in level-based format. | |
| ExplicitParentChild | A view that contains explicit hierarchy relationships for an entity in parent-child format. | |
| LeafAttributes | A view that contains leaf entity members and their attributes. | |
| NotSpecified | The type of export view is not specified. |
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace