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.
Properties
Name | Description | |
---|---|---|
AreAllMetadataListsEmpty | Gets or sets a value indicating whether all list properties are empty. | |
AreMultipleMetadataListsPresent | Gets a value indicating whether multiple list properties are populated. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
AttributeGroups | ArrayOfAttributeGroup complex type. | |
Attributes | ArrayOfMetaDataAttribute complex type. | |
DerivedHierarchies | ArrayOfDerivedHierarchy complex type. | |
DerivedHierarchyLevels | ArrayOfDerivedHierarchyLevel complex type. | |
Entities | ArrayOfEntity complex type. | |
ExplicitHierarchies | ArrayOfExplicitHierarchy complex type. | |
MemberTypes | Gets or sets a collection of entity member types. | |
Models | ArrayOfModel complex typeArrayOfModel complex type | |
VersionFlags | ArrayOfModel complex type. | |
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.