Sdílet prostřednictvím


ISqlPermissionStatement.Grantee – vlastnost

Získá nebo nastaví jistiny, který je přidělen nebo odepřen 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 Grantee As ISqlSecurityPrincipal
    Get
    Set
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)

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ů