Langue

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

Définition

Indique si le nom a changé.

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

Paramètres

type
NameChanges.EntryType

Le type d’entrée du nom a changé.

oldName
String

L’ancien nom de l’objet.

Retours

true si le nom a changé ; sinon, false.

S’applique à