Click or drag to resize

ManagerUnshareInstance Method

Stops the sharing of 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 void UnshareInstance(
	string instanceName
)

Parameters

instanceName
Type: SystemString
The shared name for the LocalDB instance to unshare.
See Also