Miner.Interop.Process Namespace > IMMPxLoginEx Interface : PromptConnection Method |
'Declaration
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 IMMPxLoginEx 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)
System.bool PromptConnection( out System.string sProvider, out System.string sServer, out System.string sDBName, out System.string sUser, out System.string sPassword )
function PromptConnection( Out sProvider: System.String; Out sServer: System.String; Out sDBName: System.String; Out sUser: System.String; Out sPassword: System.String ): System.Boolean;
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