Condividi tramite


Proprietà GrantorType

Ottiene il tipo di utente che concede le autorizzazioni.

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
Valore dell'oggetto PrincipalType che specifica il tipo di utente autorizzato.