Свойство PermissionInfo.GranteeType
Gets the type of grantee.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property GranteeType As PrincipalType
Get
'Применение
Dim instance As PermissionInfo
Dim value As PrincipalType
value = instance.GranteeType
public PrincipalType GranteeType { get; }
public:
property PrincipalType GranteeType {
PrincipalType get ();
}
member GranteeType : PrincipalType
function get GranteeType () : PrincipalType
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.PrincipalType
A PrincipalType object value that specifies the type of grantee.
Примеры
Предоставление, отмена и запрет разрешений
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo