Propriedade do RDL PermissionInfo.GranteeType
Gets the type of grantee.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property GranteeType As PrincipalType
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.PrincipalType
A PrincipalType object value that specifies the type of grantee.
Exemplos
Concedendo, revogando e negando permissões
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo