Propriedade do RDL PermissionInfo.Grantor
Gets the name of the database user, logon, or database role who 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 Grantor As String
Get
'Uso
Dim instance As PermissionInfo
Dim value As String
value = instance.Grantor
public string Grantor { get; }
public:
property String^ Grantor {
String^ get ();
}
member Grantor : string
function get Grantor () : 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