Lenguaje

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 nombre cambió.

oldName
String

El antiguo nombre del objeto.

Devoluciones

true si el nombre ha cambiado; de lo contrario, false.

Se aplica a