ArcFM Engine Developer Guide
PromptConnection(String,String,String,String,String) Method


Syntax
'Declaration
 
Public Overloads Overridable Function PromptConnection( _
   ByRef sProvider As String, _
   ByRef sServer As String, _
   ByRef sDBName As String, _
   ByRef sUser As String, _
   ByRef sPassword As String _
) As Boolean
'Usage
 
Dim instance As PxLoginClass
Dim sProvider As String
Dim sServer As String
Dim sDBName As String
Dim sUser As String
Dim sPassword As String
Dim value As Boolean
 
value = instance.PromptConnection(sProvider, sServer, sDBName, sUser, sPassword)
public virtual bool PromptConnection( 
   out string sProvider,
   out string sServer,
   out string sDBName,
   out string sUser,
   out string sPassword
)

Parameters

sProvider
sServer
sDBName
sUser
sPassword
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

PxLoginClass Class
PxLoginClass Members
Overload List

 

 


Send Comment