ConnectionManager Methods

Include Protected Members
Include Inherited Members

The ConnectionManager type exposes the following members.

Methods

  Name Description
Protected method CheckServerVersion(ServerVersion) Checks the version of the target instance of SQL Server.
Public method Connect() Connects to the instance of SQL Server.
Public method Disconnect() Disconnects from the instance of SQL Server.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method ThrowIfPropertyNotSet(String, String) Throws an exception if the specified connection property is null or empty. (Inherited from ConnectionSettings.)
Protected method ThrowIfPropertyNotSet(String, String, Boolean) Throws an exception if the specified connection property is null or, optionally, empty. (Inherited from ConnectionSettings.)
Public method ToString() Returns the referenced object name as a string. (Inherited from ConnectionSettings.)

Top