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


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

Получает или задает участника, предоставляющего или не предоставляющего разрешение.

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

Синтаксис

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

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

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

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

См. также

Ссылки

ISqlPermissionStatement Интерфейс

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