ISqlPermissionStatement.Grantor Property

Gets or sets the principal that grants or denies permission.

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

Syntax

'Declaration
Property Grantor As ISqlSecurityPrincipal
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)

Property Value

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

.NET Framework Security

See Also

Reference

ISqlPermissionStatement Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace