Compartir a través de


Clase HierarchyMemberPrivilege

Defines the data contract for the hierarchy member permission.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<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

El tipo HierarchyMemberPrivilege expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público HierarchyMemberPrivilege Initializes a new instance of the HierarchyMemberPrivilege class.

Arriba

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts