NOTE: This method is now obsolete.



Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Sub tblmove( _ 
   ByVal oldName As String,  _ 
   ByVal newName As String _ 
)
C#
void tblmove(
   string oldName,
   string newName
)
C++
void tblmove(
   String oldName,
   String newName
) abstract 
J#
void tblmove(
   string oldName,
   string newName
)
JScript
function tblmove(
   oldName : String,
   newName : String
)

See Also