Metadata 类

定义

指定 MDS 系统内所有容器对象的一个超集。

public ref class Metadata : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="Metadata", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Metadata : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="Metadata", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Metadata = class
    inherit DataContractBase
Public Class Metadata
Inherits DataContractBase
继承
属性

构造函数

Metadata()

初始化 Metadata 类的新实例。

属性

AttributeGroups

获取或设置属性组的数组。

Attributes

获取或设置属性的数组。

DerivedHierarchies

获取或设置派生层次结构的数组。

DerivedHierarchyLevels

获取或设置派生层次结构级别的数组。

Entities

获取或设置实体的数组。

ExplicitHierarchies

获取或设置显式层次结构的数组。

ExtensionData

获取或设置包含额外数据的结构。

(继承自 DataContractBase)
MemberTypes

获取或设置实体成员类型的集合。

Models

获取或设置模型的数组。

VersionFlags

获取或设置版本标志的数组。

Versions

获取或设置版本的数组。

适用于