Langue

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

Définition

Ça obtient le nouveau nom de l’objet.

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

Paramètres

type
NameChanges.EntryType

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

oldName
String

L’ancien nom de l’objet.

Retours

Le nouveau nom de l’objet.

S’applique à