Main..::..ServerExists Method

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.ConnectionManager
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public bool ServerExists(
	string ServerName,
	string SQLLogin,
	string SQLPassword
)
Public Function ServerExists ( _
	ServerName As String, _
	SQLLogin As String, _
	SQLPassword As String _
) As Boolean
public:
bool^ ServerExists(
	String^ ServerName, 
	String^ SQLLogin, 
	String^ SQLPassword
)

Parameters

ServerName
Type: String
SQLLogin
Type: String
SQLPassword
Type: String