Share via


ISqlPermissionStatement.Grantee Property

Gets or sets the principal that is being granted or denied permission.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ISqlPermissionStatement Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace