Compartir a través de


PermissionInfo.ObjectName Propiedad

Gets the name of the object to which the permission applies.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property ObjectName As String 
    Get
'Uso
Dim instance As PermissionInfo 
Dim value As String 

value = instance.ObjectName
public string ObjectName { get; }
public:
property String^ ObjectName {
    String^ get ();
}
member ObjectName : string
function get ObjectName () : String

Valor de la propiedad

Tipo: System.String
A String value that specifies the name of the object.

Ejemplos

Conceder, revocar y denegar permisos

Vea también

Referencia

PermissionInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Permisos (motor de base de datos)

sys.syspermissions (Transact-SQL)