Add Método (NameChanges.EntryType, String, String)
Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Sub Add ( _
type As NameChanges..::..EntryType, _
oldName As String, _
newName As String _
)
'Uso
Dim instance As NameChanges
Dim type As NameChanges..::..EntryType
Dim oldName As String
Dim newName As String
instance.Add(type, oldName, newName)
public void Add(
NameChanges..::..EntryType type,
string oldName,
string newName
)
public:
void Add(
NameChanges..::..EntryType type,
String^ oldName,
String^ newName
)
member Add :
type:NameChanges..::..EntryType *
oldName:string *
newName:string -> unit
public function Add(
type : NameChanges..::..EntryType,
oldName : String,
newName : String
)
Vea también