Sdílet prostřednictvím


ISqlPermissionStatement.Grantor – vlastnost

Získá nebo nastaví zaregistrovaný objekt, který udělí nebo odepře oprávnění.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlPermissionStatement Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů