Partager via


Classe HierarchyMemberPrivilege

Defines the data contract for the hierarchy member permission.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
<DataContractAttribute(Name := "HierarchyMemberPrivilege", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class HierarchyMemberPrivilege _
    Inherits DataContractBase
'Utilisation
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

Le type HierarchyMemberPrivilege expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique HierarchyMemberPrivilege Initializes a new instance of the HierarchyMemberPrivilege class.

Haut de la page

Propriétés

  Nom Description
Propriété publique AuditInfo Gets or sets the audit information.
Propriété publique EntityId Gets or sets the identifier of the entity.
Propriété publique HierarchyId Gets or sets the identifier of the hierarchy.
Propriété publique HierarchyType Gets or sets the type of the hierarchy.
Propriété publique Identifier Gets or sets the identifier of the hierarchy member permission.
Propriété publique IsModelAdministrator Gets or sets a value that indicates whether the principal is a model administrator.
Propriété publique MemberId Gets or sets the identifier of the member.
Propriété publique ModelId Gets or sets the identifier of the model.
Propriété publique Permission Gets or sets the permission assigned for the member and security principal.
Propriété publique PrincipalId Gets or sets the identifier of the principal.
Propriété publique PrincipalType Gets or sets the type of the principal.
Propriété publique VersionId Gets or sets the context version identifier.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices.Services.DataContracts