Freigeben über


ISqlPermissionStatement.Grantor-Eigenschaft

Ruft den Prinzipal ab, der die Berechtigung gewährt oder verweigert, oder legt diesen fest.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Microsoft.Data.Schema.Sql.SchemaModel.ISqlSecurityPrincipal

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlPermissionStatement Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace