CheckHandler()
|
Throws an ObjectDisposedException if the LocalDBInstance.dll handle is IntPtr.Zero.
|
CreateInstance(String, String)
|
Creates a new SQL Server Express LocalDB instance.
|
DeleteInstance(String)
|
Deletes the specified LocalDB instance.
|
Dispose()
|
Disposes the MSSqlLocalDBApi instance.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetInstanceInfo(String)
|
Returns information for the specified SQL Server Express LocalDB instance.
|
GetInstances()
|
Returns the names of all SQL Server Express LocalDB instances.
|
GetType()
|
Gets the Type of the current instance.
|
GetVersionInfo(String)
|
Returns information for the specified SQL Server Express LocalDB version.
|
GetVersions()
|
Returns all SQL Server Express LocalDB versions installed.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ShareInstance(SecurityIdentifier, String, String)
|
Shares the specified SQL Server Express LocalDB instance with other users with the specified shared name.
|
StartInstance(String, out String)
|
Starts the specified SQL Server Express LocalDB instance.
|
StartTracing()
|
Starts tracing API calls for all the SQL Server Express LocalDB instances that belong to the current system user.
|
StopInstance(String, MSSqlLocalDBShutdownFlags, Int64)
|
Stops the specified SQL Server Express LocalDB instance from running.
|
StopTracing()
|
Stops tracing API calls for all the SQL Server Express LocalDB instances that belong to the current system user.
|
ToString()
|
Returns a string that represents the current object.
|
UnshareInstance(String)
|
Stops the sharing of the specified SQL Server Express LocalDB instance.
|