Click or drag to resize

StopInstanceOptions Enumeration

Describes to options that spectify the way to stop an instance.

Namespace:  usis.Data.LocalDb
Assembly:  usis.Data.LocalDb (in usis.Data.LocalDb.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[FlagsAttribute]
public enum StopInstanceOptions
Members
  Member nameValueDescription
None0 Shut down by using the SHUTDOWN Transact-SQL command.
ShutdownKillProcess1 Shut down immediately using the kill process operating system command.
ShutdownWithNoWait2 Shut down using the WITH NOWAIT option Transact-SQL command.
See Also