Click or drag to resize

InstanceInfoSharedInstanceName Property

Gets the shared name for the instance (if the instance is shared).

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 SharedInstanceName { get; }

Property Value

Type: String
The shared name for the instance or null if the instance is not shared.
See Also