Metadata Class

Represents objects in the MDS system, such as Model, Entity, and so on.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.Metadata

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "Metadata", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class Metadata
'Usage
Dim instance As Metadata
[DataContractAttribute(Name = "Metadata", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class Metadata
[DataContractAttribute(Name = L"Metadata", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Metadata sealed
[<SealedAttribute>]
[<DataContractAttribute(Name = "Metadata", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Metadata =  class end
public final class Metadata

The Metadata type exposes the following members.

Constructors

  Name Description
Public method Metadata Initializes a new instance of the Metadata class.

Top

Properties

  Name Description
Public property AreAllMetadataListsEmpty Gets or sets a value indicating whether all list properties are empty.
Public property AreMultipleMetadataListsPresent Gets a value indicating whether multiple list properties are populated.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public field AttributeGroups ArrayOfAttributeGroup complex type.
Public field Attributes ArrayOfMetaDataAttribute complex type.
Public field DerivedHierarchies ArrayOfDerivedHierarchy complex type.
Public field DerivedHierarchyLevels ArrayOfDerivedHierarchyLevel complex type.
Public field Entities ArrayOfEntity complex type.
Public field ExplicitHierarchies ArrayOfExplicitHierarchy complex type.
Public field MemberTypes Gets or sets a collection of entity member types.
Public field Models ArrayOfModel complex typeArrayOfModel complex type
Public field VersionFlags ArrayOfModel complex type.
Public field Versions ArrayOfVersion complex type.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.