Freigeben über


Metadata-Klasse

Defines the data contract for metadata, which is used in several metadata API requests and responses.

Vererbungshierarchie

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

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

Syntax

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

Der Metadata-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Metadata Initializes a new instance of the Metadata class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AreAllMetadataListsEmpty Gets a value that indicates whether all list properties are empty.
Öffentliche Eigenschaft AreMultipleMetadataListsPresent Gets a value that indicates whether multiple list properties are populated.
Öffentliche Eigenschaft AttributeGroups Gets or sets the AttributeGroup list.
Öffentliche Eigenschaft Attributes Gets or sets the MetadataAttribute list.
Öffentliche Eigenschaft DerivedHierarchies Gets or sets the DerivedHierarchy list.
Öffentliche Eigenschaft DerivedHierarchyLevels Gets or sets the DerivedHierarchyLevel list.
Öffentliche Eigenschaft Entities Gets or sets the Entity list.
Öffentliche Eigenschaft ExplicitHierarchies Gets or sets the ExplicitHierarchy list.
Öffentliche Eigenschaft MemberTypes Gets or sets the EntityMemberType list.
Öffentliche Eigenschaft Models Gets or sets the Model list.
Öffentliche Eigenschaft VersionFlags Gets or sets the VersionFlag list.
Öffentliche Eigenschaft Versions Gets or sets the Version list.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.MasterDataServices.Services.DataContracts-Namespace