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


ISqlPermissionStatement.Grantee - свойство

Получает или задает участника, которому дано или не дано разрешение.

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

Синтаксис

'Декларация
Property Grantee As ISqlSecurityPrincipal
    Get
    Set
ISqlSecurityPrincipal Grantee { get; set; }
property ISqlSecurityPrincipal^ Grantee {
    ISqlSecurityPrincipal^ get ();
    void set (ISqlSecurityPrincipal^ value);
}
abstract Grantee : ISqlSecurityPrincipal with get, set
function get Grantee () : ISqlSecurityPrincipal
function set Grantee (value : ISqlSecurityPrincipal)

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

Тип: Microsoft.Data.Schema.Sql.SchemaModel.ISqlSecurityPrincipal

Безопасность платформы .NET Framework

См. также

Ссылки

ISqlPermissionStatement Интерфейс

Microsoft.Data.Schema.Sql.SchemaModel - пространство имен