Share via


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

Definición

Indica si el nombre ha cambiado.

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

Parámetros

type
NameChanges.EntryType

El tipo de entrada del cambio de nombre.

oldName
String

El nombre antiguo del objeto.

Devoluciones

true si el nombre ha cambiado; en caso contrario, false.

Se aplica a