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


Свойство PermissionInfo.GrantorType

Gets the type of grantor.

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

Синтаксис

'Декларация
Public ReadOnly Property GrantorType As PrincipalType 
    Get
'Применение
Dim instance As PermissionInfo 
Dim value As PrincipalType 

value = instance.GrantorType
public PrincipalType GrantorType { get; }
public:
property PrincipalType GrantorType {
    PrincipalType get ();
}
member GrantorType : PrincipalType
function get GrantorType () : PrincipalType

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.PrincipalType
A PrincipalType object value that specifies the type of grantee.

Примеры

Предоставление, отмена и запрет разрешений

См. также

Справочник

PermissionInfo Класс

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

Другие ресурсы

Разрешения (компонент Database Engine)

sys.syspermissions (Transact-SQL)