Share via


Propriété NewName

Gets the new name of the object.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property NewName As String
    Get
'Utilisation
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

Valeur de propriété

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