NewName Propiedad
Gets the new 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 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 de la propiedad
Tipo: System. . :: . .String
A String value that specifies the new name of the object.