dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / SshOptions Class / SshOptions Constructor / SshOptions Constructor(String,String)
User id on SSH server.
User password on SSH server.

SshOptions Constructor(String,String)
Initializes a new instance of the SshOptions class and initializes some of its properties.
Syntax
'Declaration
 
Public Function New( _
   ByVal user As String, _
   ByVal password As String _
)
 

Parameters

user
User id on SSH server.
password
User password on SSH server.
Requirements

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

See Also