NameChanges.Add Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un changement de nom.
Surcharges
| Nom | Description |
|---|---|
| Add(INamedObject, String) |
Ajoute un changement de nom en utilisant l’objet nommé spécifié et un nouveau nom. |
| Add(NameChanges+EntryType, String, String) |
Ajoute un changement de nom en utilisant le type d’entrée spécifié. |
Add(INamedObject, String)
Ajoute un changement de nom en utilisant l’objet nommé spécifié et un nouveau nom.
public:
void Add(Microsoft::ReportingServices::RdlObjectModel::INamedObject ^ namedObj, System::String ^ newName);
public void Add(Microsoft.ReportingServices.RdlObjectModel.INamedObject namedObj, string newName);
member this.Add : Microsoft.ReportingServices.RdlObjectModel.INamedObject * string -> unit
Public Sub Add (namedObj As INamedObject, newName As String)
Paramètres
- namedObj
- INamedObject
L’objet nommé.
- newName
- String
Le nouveau nom de l’objet.
S’applique à
Add(NameChanges+EntryType, String, String)
Ajoute un changement de nom en utilisant le type d’entrée spécifié.
public:
void Add(Microsoft::ReportingServices::RdlObjectModel::NameChanges::EntryType type, System::String ^ oldName, System::String ^ newName);
public void Add(Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType type, string oldName, string newName);
member this.Add : Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType * string * string -> unit
Public Sub Add (type As NameChanges.EntryType, oldName As String, newName As String)
Paramètres
Le type d’entrée du nom a changé.
- oldName
- String
L’ancien nom de l’objet.
- newName
- String
Le nouveau nom de l’objet.