PermissionInfo.Grantee Propiedad
Gets the name of the database user, logon, or database role who has been granted or denied access to the object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.String
A String value that specifies the name of the grantee.
Comentarios
This property is empty when column permissions are not enumerated.
Ejemplos
Conceder, revocar y denegar permisos
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo