Freigeben über


HierarchyMemberPrivilege-Klasse

Defines the data contract for the hierarchy member permission.

Vererbungshierarchie

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

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

Syntax

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

Der HierarchyMemberPrivilege-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AuditInfo Gets or sets the audit information.
Öffentliche Eigenschaft EntityId Gets or sets the identifier of the entity.
Öffentliche Eigenschaft HierarchyId Gets or sets the identifier of the hierarchy.
Öffentliche Eigenschaft HierarchyType Gets or sets the type of the hierarchy.
Öffentliche Eigenschaft Identifier Gets or sets the identifier of the hierarchy member permission.
Öffentliche Eigenschaft IsModelAdministrator Gets or sets a value that indicates whether the principal is a model administrator.
Öffentliche Eigenschaft MemberId Gets or sets the identifier of the member.
Öffentliche Eigenschaft ModelId Gets or sets the identifier of the model.
Öffentliche Eigenschaft Permission Gets or sets the permission assigned for the member and security principal.
Öffentliche Eigenschaft PrincipalId Gets or sets the identifier of the principal.
Öffentliche Eigenschaft PrincipalType Gets or sets the type of the principal.
Öffentliche Eigenschaft VersionId Gets or sets the context version identifier.

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