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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.