Condividi tramite


Proprietà ObjectRenamedEventArgs.NewName

Gets the new name of the object.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property NewName As String 
    Get
'Utilizzo
Dim instance As ObjectRenamedEventArgs 
Dim value As String 

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

Valore proprietà

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

Esempi

Gestione degli eventi SMO

Vedere anche

Riferimento

ObjectRenamedEventArgs Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo