ArcFM Solution Developer Guide
SetConnectionProperties Method (IMMDefaultLoginObject)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

An IPropertySet object. This PropertySet uses the following properties: USER, PASSWORD, SERVER (Oracle or SQL server), INSTANCE, DATABASE (SQLServer), DATABASEPATH (Access database), VERSION, PXCONNECTIONSTRING (Used to login to Process Framework database)

The login object collects the necessary database connection properties and passes them to this method. This method can then use the connection properties to login to a database without displaying a login dialog.
Syntax
'Declaration
 
Sub SetConnectionProperties( _
   ByVal pPropertySet As ESRI.ArcGIS.esriSystem.IPropertySet _
) 
'Usage
 
Dim instance As IMMDefaultLoginObject
Dim pPropertySet As ESRI.ArcGIS.esriSystem.IPropertySet
 
instance.SetConnectionProperties(pPropertySet)
void SetConnectionProperties( 
   ESRI.ArcGIS.esriSystem.IPropertySet pPropertySet
)

Parameters

pPropertySet

An IPropertySet object. This PropertySet uses the following properties: USER, PASSWORD, SERVER (Oracle or SQL server), INSTANCE, DATABASE (SQLServer), DATABASEPATH (Access database), VERSION, PXCONNECTIONSTRING (Used to login to Process Framework database)

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

IMMDefaultLoginObject Interface
IMMDefaultLoginObject Members

 

 


Send Comment