Udostępnij za pośrednictwem


Właściwość ObjectRenamedEventArgs.NewName

Pobiera nazwę nowego obiektu.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public ReadOnly Property NewName As String
    Get
'Użycie
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

Wartość właściwości

Typ: System.String
A String wartość, która określa nową nazwę obiektu.