Proprietà GranteeType
Ottiene il tipo di utente autorizzato.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property GranteeType As PrincipalType
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .PrincipalType
Valore dell'oggetto PrincipalType che specifica il tipo di utente autorizzato.
Vedere anche