| Miner.Interop Namespace > IMMDefaultLoginObject Interface : SetConnectionProperties Method |
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)
'DeclarationSub SetConnectionProperties( _ ByVal pPropertySet As ESRI.ArcGIS.esriSystem.IPropertySet _ )
'UsageDim instance As IMMDefaultLoginObject Dim pPropertySet As ESRI.ArcGIS.esriSystem.IPropertySet instance.SetConnectionProperties(pPropertySet)
void SetConnectionProperties( ESRI.ArcGIS.esriSystem.IPropertySet pPropertySet )
procedure SetConnectionProperties(
pPropertySet: ESRI.ArcGIS.esriSystem.IPropertySet
);
function SetConnectionProperties( pPropertySet : ESRI.ArcGIS.esriSystem.IPropertySet );
void SetConnectionProperties( ESRI.ArcGIS.esriSystem.IPropertySet* pPropertySet )
void SetConnectionProperties( ESRI.ArcGIS.esriSystem.IPropertySet^ 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)
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