Compartir a través de


ObjectRenamedEventArgs.OldName Propiedad

Gets the old name of the object.

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

Sintaxis

'Declaración
Public ReadOnly Property OldName As String 
    Get
'Uso
Dim instance As ObjectRenamedEventArgs 
Dim value As String 

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

Valor de la propiedad

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

Ejemplos

Controlar eventos SMO

Vea también

Referencia

ObjectRenamedEventArgs Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo