Класс ModelPrivilege

Specifies a model/object level privilege within the MDS system.

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

System. . :: . .Object
  Microsoft.MasterDataServices..::..ModelPrivilege

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

Синтаксис

'Декларация
<DataContractAttribute(Name := "ModelPrivilege", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ModelPrivilege _
    Implements IExtensibleDataObject
'Применение
Dim instance As ModelPrivilege
[DataContractAttribute(Name = "ModelPrivilege", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ModelPrivilege : IExtensibleDataObject
[DataContractAttribute(Name = L"ModelPrivilege", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ModelPrivilege : IExtensibleDataObject
[<DataContractAttribute(Name = "ModelPrivilege", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ModelPrivilege =  
    class
        interface IExtensibleDataObject
    end
public class ModelPrivilege implements IExtensibleDataObject

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство AuditInfo Gets or sets audit information.
Открытое свойство ExtensionData Gets or sets an object that contains extra data.
Открытое свойство Identifier Gets or sets the permission identifier.
Открытое свойство IsModelAdministrator Gets or sets a value that indicates whether the principal is the model administrator.
Открытое свойство ModelId Gets or sets info.
Открытое свойство ObjectId Gets or sets the object ID.
Открытое свойство ObjectType Gets or sets the object type.
Открытое свойство Permission Gets or sets the security permission.
Открытое свойство PrincipalId Gets or sets the principal ID.
Открытое свойство PrincipalType Gets or sets the principal type.

В начало

Методы

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

В начало

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

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