Partager via


Propriété PermissionInfo.GranteeType

Gets the type of grantee.

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

Syntaxe

'Déclaration
Public ReadOnly Property GranteeType As PrincipalType 
    Get
'Utilisation
Dim instance As PermissionInfo 
Dim value As PrincipalType 

value = instance.GranteeType
public PrincipalType GranteeType { get; }
public:
property PrincipalType GranteeType {
    PrincipalType get ();
}
member GranteeType : PrincipalType
function get GranteeType () : PrincipalType

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.PrincipalType
A PrincipalType object value that specifies the type of grantee.

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)