Поделиться через


Класс HierarchyMemberPrivilege

Defines the data contract for the hierarchy member permission.

Иерархия наследования

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

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
<DataContractAttribute(Name := "HierarchyMemberPrivilege", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class HierarchyMemberPrivilege _
    Inherits DataContractBase
'Применение
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

Тип HierarchyMemberPrivilege обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод HierarchyMemberPrivilege Initializes a new instance of the HierarchyMemberPrivilege class.

В начало

Свойства

  Имя Описание
Открытое свойство AuditInfo Gets or sets the audit information.
Открытое свойство EntityId Gets or sets the identifier of the entity.
Открытое свойство HierarchyId Gets or sets the identifier of the hierarchy.
Открытое свойство HierarchyType Gets or sets the type of the hierarchy.
Открытое свойство Identifier Gets or sets the identifier of the hierarchy member permission.
Открытое свойство IsModelAdministrator Gets or sets a value that indicates whether the principal is a model administrator.
Открытое свойство MemberId Gets or sets the identifier of the member.
Открытое свойство ModelId Gets or sets the identifier of the model.
Открытое свойство Permission Gets or sets the permission assigned for the member and security principal.
Открытое свойство PrincipalId Gets or sets the identifier of the principal.
Открытое свойство PrincipalType Gets or sets the type of the principal.
Открытое свойство VersionId Gets or sets the context version identifier.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices.Services.DataContracts