Share via


NameChanges.GetNewName(NameChanges+EntryType, String) Método

Definición

Obtiene el nombre nuevo del objeto.

public:
 System::String ^ GetNewName(Microsoft::ReportingServices::RdlObjectModel::NameChanges::EntryType type, System::String ^ oldName);
public string GetNewName (Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType type, string oldName);
member this.GetNewName : Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType * string -> string
Public Function GetNewName (type As NameChanges.EntryType, oldName As String) As String

Parámetros

type
NameChanges.EntryType

El tipo de entrada del cambio de nombre.

oldName
String

El nombre antiguo del objeto.

Devoluciones

El nuevo nombre del objeto.

Se aplica a