Compartilhar via


Classe HierarchyMemberPrivilege

Defines the data contract for the hierarchy member permission.

Hierarquia de herança

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

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

Sintaxe

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

O tipo HierarchyMemberPrivilege expõe os membros a seguir.

Construtores

  Nome Descrição
Método público HierarchyMemberPrivilege Initializes a new instance of the HierarchyMemberPrivilege class.

Início

Propriedades

  Nome Descrição
Propriedade pública AuditInfo Gets or sets the audit information.
Propriedade pública EntityId Gets or sets the identifier of the entity.
Propriedade pública HierarchyId Gets or sets the identifier of the hierarchy.
Propriedade pública HierarchyType Gets or sets the type of the hierarchy.
Propriedade pública Identifier Gets or sets the identifier of the hierarchy member permission.
Propriedade pública IsModelAdministrator Gets or sets a value that indicates whether the principal is a model administrator.
Propriedade pública MemberId Gets or sets the identifier of the member.
Propriedade pública ModelId Gets or sets the identifier of the model.
Propriedade pública Permission Gets or sets the permission assigned for the member and security principal.
Propriedade pública PrincipalId Gets or sets the identifier of the principal.
Propriedade pública PrincipalType Gets or sets the type of the principal.
Propriedade pública VersionId Gets or sets the context version identifier.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.MasterDataServices.Services.DataContracts