Metadata Class
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.
Specifies a superset of all container objects within the MDS system.
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
- Inheritance
- Attributes
Constructors
Metadata() |
Initializes a new instance of the Metadata class. |
Properties
AttributeGroups |
Gets or sets an array of attribute groups. |
Attributes |
Gets or sets an array of attributes. |
DerivedHierarchies |
Gets or sets an array of derived hierarchies. |
DerivedHierarchyLevels |
Gets or sets an array of derived hierarchy levels. |
Entities |
Gets or sets an array of entities. |
ExplicitHierarchies |
Gets or sets an array of explicit hierarchies. |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DataContractBase) |
MemberTypes |
Gets or sets a collection of entity member types. |
Models |
Gets or sets an array of models. |
VersionFlags |
Gets or sets an array of version flags. |
Versions |
Gets or sets an array of versions. |