Grantor Propiedad
Gets the name of the database user, logon, or database role who 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 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 de la propiedad
Tipo: System. . :: . .String
A String value that specifies the name of the grantee.
Notas
This property is empty when column permissions are not enumerated.
Vea también