Condividi tramite


Classe HierarchyMemberPrivilege

Represents a hierarchy member privilege security assignment for a user or group.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

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

Nel tipo HierarchyMemberPrivilege sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico HierarchyMemberPrivilege Initializes a new instance of the HierarchyMemberPrivilege class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AuditInfo Gets or sets an AuditInfo complex type.
Proprietà pubblica EntityId Gets or sets the Identifier of the Entity associated with the hierarchy member security privilege.
Proprietà pubblica HierarchyId Gets or sets the Identifier of the Hierarchy associated with the hierarchy member security privilege.
Proprietà pubblica HierarchyType Gets or sets the HierarchyType (explicit or derived) of the Hierarchy associated with the hierarchy member security privilege.
Proprietà pubblica Identifier Gets or sets the Identifier of the hierarchy member privilege assignment.
Proprietà pubblica IsModelAdministrator Gets or sets a value indicating whether the user’s effective permission for the model is model administrator.
Proprietà pubblica MemberId Gets or sets the Identifier of the master data member associated with the hierarchy member security privilege.
Proprietà pubblica ModelId Gets or sets the Identifier of the Model associated with the hierarchy member security privilege.
Proprietà pubblica Permission Gets or sets the Permission assigned for this member and security principal.
Proprietà pubblica PrincipalId Gets or sets an Identifier complex type.
Proprietà pubblica PrincipalType Gets or sets a PrincipleType simple type.
Proprietà pubblica VersionId Gets or sets the version identifier.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.