change the db to the supplied dbName

Namespace:  SqlTools
Assembly:  SqlTools (in SqlTools.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool changeDB(
	string dbName
)
Public Function changeDB ( _
	dbName As String _
) As Boolean
public:
bool changeDB(
	String^ dbName
)

Parameters

dbName
String
(string)

Return Value

(bool)

See Also