ConnectionManager Methods

Include Protected Members
Include Inherited Members

The ConnectionManager type exposes the following members.

Methods

  Name Description
Protected method CheckServerVersion 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 (Inherited from Object.)
Protected method ExecuteTSql Executes a Transact-SQL command.
Protected method Finalize (Inherited from Object.)
Public method ForceDisconnected Forces a disconnect from the instance of SQL Server.
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

See Also

Reference

ConnectionManager Class

Microsoft.SqlServer.Management.Common Namespace