Partager via


Propriété PermissionInfo.Grantor

Gets the name of the database user, logon, or database role who granted or denied access to the object.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Grantor As String 
    Get
'Utilisation
Dim instance As PermissionInfo 
Dim value As String 

value = instance.Grantor
public string Grantor { get; }
public:
property String^ Grantor {
    String^ get ();
}
member Grantor : string
function get Grantor () : String

Valeur de propriété

Type : System.String
A String value that specifies the name of the grantee.

Notes

This property is empty when column permissions are not enumerated.

Exemples

Octroi, révocation et refus d'autorisations

Voir aussi

Référence

PermissionInfo Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Autorisations (moteur de base de données)

sys.syspermissions (Transact-SQL)