Click or drag to resize

ManagerGetInstanceInfo Method

Gets information for the specified SQL Server Express LocalDB instance, such as whether it exists, the LocalDB version it uses, whether it is running, and so on.

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

Parameters

instanceName
Type: SystemString
Name of the instance.

Return Value

Type: InstanceInfo
The information about the specified LocalDB instance.
See Also