Condividi tramite


Proprietà PermissionInfo.GrantorType

Gets the type of grantor.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property GrantorType As PrincipalType 
    Get
'Utilizzo
Dim instance As PermissionInfo 
Dim value As PrincipalType 

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

Valore proprietà

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

Esempi

Concessione, revoca e negazione delle autorizzazioni

Vedere anche

Riferimento

PermissionInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Autorizzazioni (Motore di database)

sys.syspermissions (Transact-SQL)