Compartilhar via


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

Definição

Indica se o nome foi alterado.

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

O tipo de entrada da alteração de nome.

oldName
String

O nome antigo do objeto.

Retornos

true se o nome foi alterada; caso contrário, false.

Aplica-se a