Miner.Interop.Process Namespace > PxLoginClass Class > PromptConnection Method : PromptConnection(String,String,String,String,String) Method |
'Declaration
Public Overloads Overridable Function PromptConnection( _ ByRef sProvider As System.String, _ ByRef sServer As System.String, _ ByRef sDBName As System.String, _ ByRef sUser As System.String, _ ByRef sPassword As System.String _ ) As System.Boolean
'Usage
Dim instance As PxLoginClass Dim sProvider As System.String Dim sServer As System.String Dim sDBName As System.String Dim sUser As System.String Dim sPassword As System.String Dim value As System.Boolean value = instance.PromptConnection(sProvider, sServer, sDBName, sUser, sPassword)
public virtual System.bool PromptConnection( out System.string sProvider, out System.string sServer, out System.string sDBName, out System.string sUser, out System.string sPassword )
public function PromptConnection( Out sProvider: System.String; Out sServer: System.String; Out sDBName: System.String; Out sUser: System.String; Out sPassword: System.String ): System.Boolean; virtual;
public function PromptConnection( sProvider : System.String, sServer : System.String, sDBName : System.String, sUser : System.String, sPassword : System.String ) : System.boolean;
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