Share via


EntityMemberType-Klasse

Represents a structure of an entity within MDS including Attributes and attribute groups.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts. . :: . .MdmDataContract< (Of < ( <'Identifier> ) > ) >
    Microsoft.MasterDataServices.Services.DataContracts..::..EntityMemberType

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

Syntax

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

Der EntityMemberType-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AttributeGroups Gets or sets an ArrayOfAttributeGroup complex type.
Öffentliche Eigenschaft Attributes Gets or sets an ArrayOfMetaDataAttribute complex type.
Öffentliche Eigenschaft AuditInfo Gets or sets the AuditInfo. (Geerbt von MdmDataContract< (Of < ( <'IdType> ) > ) >.)
Öffentliche Eigenschaft EntityId Gets or sets an Identifier complex type.
Öffentliche Eigenschaft Identifier Gets or sets the ID. (Geerbt von MdmDataContract< (Of < ( <'IdType> ) > ) >.)
Öffentliche Eigenschaft Permission Gets or sets the permission. (Geerbt von MdmDataContract< (Of < ( <'IdType> ) > ) >.)
Öffentliche Eigenschaft Type Gets or sets a MemberType simple type.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (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.