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


Класс ExplicitPermissionInfo

Describes one permission entry in explicit list of permissions of an object.

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

System.Object
  Microsoft.SqlServer.Management.IntegrationServices.ExplicitPermissionInfo

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

Синтаксис

'Декларация
Public Class ExplicitPermissionInfo
'Применение
Dim instance As ExplicitPermissionInfo
public class ExplicitPermissionInfo
public ref class ExplicitPermissionInfo
type ExplicitPermissionInfo =  class end
public class ExplicitPermissionInfo

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

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

  Имя Описание
Открытый метод ExplicitPermissionInfo Initializes a new instance of the ExplicitPermissionInfo class with the specified grantee, grantor and permission type.

В начало

Свойства

  Имя Описание
Открытое свойство Grantee Gets the name of the principle that granted the permission.
Открытое свойство Grantor Gets the name of the principle that grants the permission.
Открытое свойство IsDeny Gets a value that indicates whether the ExplicitPermissionInfo object is a denied permission.
Открытое свойство PermissionType Gets the type of the permission.

В начало

Методы

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

В начало

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

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

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.IntegrationServices