Share via


NameChanges.Add Método

Definición

Agrega un cambio de nombre.

Sobrecargas

Add(INamedObject, String)

Agrega un cambio de nombre usando el objeto con nombre especificado y el nuevo nombre.

Add(NameChanges+EntryType, String, String)

Agrega un cambio de nombre usando el tipo de entrada especificado.

Add(INamedObject, String)

Agrega un cambio de nombre usando el objeto con nombre especificado y el nuevo nombre.

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)

Parámetros

namedObj
INamedObject

El objeto con nombre.

newName
String

El nuevo nombre del objeto.

Se aplica a

Add(NameChanges+EntryType, String, String)

Agrega un cambio de nombre usando el tipo de entrada especificado.

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)

Parámetros

type
NameChanges.EntryType

El tipo de entrada del cambio de nombre.

oldName
String

El nombre antiguo del objeto.

newName
String

El nuevo nombre del objeto.

Se aplica a