NameChanges.HasNameChanged(NameChanges+EntryType, String) Metodo

Definizione

Indica se il nome è stato modificato.

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

Parametri

type
NameChanges.EntryType

Tipo di voce della modifica al nome.

oldName
String

Nome precedente dell'oggetto.

Restituisce

Boolean

true se il nome è stato modificato; in caso contrario, false.

Si applica a