Partilhar via


Propriedade do RDL ObjectRenamedEventArgs.NewName

Gets the new name of the object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property NewName As String 
    Get
'Uso
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

Valor da propriedade

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

Exemplos

Manipulando eventos SMO

Consulte também

Referência

ObjectRenamedEventArgs Classe

Namespace Microsoft.SqlServer.Management.Smo