Propriedade do RDL PermissionInfo.Grantee
Gets the name of the database user, logon, or database role who has been granted or denied access to the object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property Grantee As String
Get
'Uso
Dim instance As PermissionInfo
Dim value As String
value = instance.Grantee
public string Grantee { get; }
public:
property String^ Grantee {
String^ get ();
}
member Grantee : string
function get Grantee () : String
Valor da propriedade
Tipo: System.String
A String value that specifies the name of the grantee.
Comentários
This property is empty when column permissions are not enumerated.
Exemplos
Concedendo, revogando e negando permissões
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo