ArcFM Responder Mobile Developer Guide
ClearTablesByPrefix Method (IMMDistopsWorkspace)






Syntax
'Declaration
 
Sub ClearTablesByPrefix( _
   ByVal sTablePrefix As System.String _
) 
'Usage
 
Dim instance As IMMDistopsWorkspace
Dim sTablePrefix As System.String
 
instance.ClearTablesByPrefix(sTablePrefix)
void ClearTablesByPrefix( 
   System.string sTablePrefix
)
procedure ClearTablesByPrefix( 
    sTablePrefix: System.String
); 
function ClearTablesByPrefix( 
   sTablePrefix : System.String
);
void ClearTablesByPrefix( 
   System.string* sTablePrefix
) 
void ClearTablesByPrefix( 
   System.String^ sTablePrefix
) 

Parameters

sTablePrefix
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMDistopsWorkspace Interface
IMMDistopsWorkspace Members

Send Feedback