ExportViewFormat 枚举
Contains values that specify the type of export view format.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
<DataContractAttribute(Name := "ExportViewFormat", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration ExportViewFormat
用法
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
成员
| 成员名称 | 说明 | |
|---|---|---|
| NotSpecified | The type of export view is unspecified. | |
| LeafAttributes | A view that contains leaf entity members and their attributes. | |
| ConsolidatedAttributes | A view that contains consolidated entity members and their attributes. | |
| CollectionAttributes | A view that contains collection entity members and their attributes. | |
| Collections | A view that contains the contents of collections (relationships). | |
| ExplicitParentChild | A view that contains explicit hierarchy relationships for an entity in parent-child format. | |
| ExplicitLevels | A view that contains explicit hierarchy relationships for an entity in level-based format. | |
| DerivedParentChild | A view that contains derived hierarchy relationships for a selected hierarchy in parent-child format. | |
| DerivedLevels | A view that contains derived hierarchy relationships for a selected hierarchy in level-based format. |
注释
Export views are available in a known set of standard formats.