ArcFM Solution Developer Guide
SetHelperConnection Method (IMMPxHelper)


Syntax
'Declaration
 
<System.Runtime.InteropServices.TypeLibFuncAttribute(TypeLibFuncFlags.FHidden)>
Sub SetHelperConnection( _
   ByVal pConn As ADODB.Connection, _
   ByVal sSchemaName As System.String _
) 
'Usage
 
Dim instance As IMMPxHelper
Dim pConn As ADODB.Connection
Dim sSchemaName As System.String
 
instance.SetHelperConnection(pConn, sSchemaName)
[System.Runtime.InteropServices.TypeLibFunc(TypeLibFuncFlags.FHidden)]
void SetHelperConnection( 
   ADODB.Connection pConn,
   System.string sSchemaName
)

Parameters

pConn
sSchemaName
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMPxHelper Interface
IMMPxHelper Members

 

 


Send Comment