Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.