Click or drag to resize

ManagerShareInstance Method

Shares the specified SQL Server Express LocalDB instance with other users of the computer, using the specified shared name.

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 ShareInstance(
	string owner,
	string instancePrivateName,
	string instanceSharedName
)

Parameters

owner
Type: SystemString
The SID of the instance owner.
instancePrivateName
Type: SystemString
The private name for the LocalDB instance to share.
instanceSharedName
Type: SystemString
The shared name for the LocalDB instance to share.
See Also