Click or drag to resize

ManagerStartInstance Method

Starts the specified SQL Server Express LocalDB instance.

Namespace:  usis.Data.LocalDb
Assembly:  usis.Data.LocalDb (in usis.Data.LocalDb.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string StartInstance(
	string instanceName
)

Parameters

instanceName
Type: SystemString
The name of the LocalDB instance to start.

Return Value

Type: String
The name of the TDS named pipe to connect to the instance.
See Also