Share via


Microsoft.SqlServer.Management.MultiServerConnection Namespace

The Microsoft.SqlServer.Management.MultiServerConnection namespace is used by the Transact-SQL Editor window to manage connections to instances of the SQL Server Database Engine.

Classes

  Class Description
Public class MultiServerSqlConnectionInfo Contains SQL Server connection information that is used by Transact-SQL query editors.
Public class NonQueryResult Represents the results from a call to the ExecuteNonQuery method.
Public class ResultInfo Represents the results from executing a Transact-SQL batch.
Public class ServerMessageEventArgs Provides information about a server message event.

Interfaces

  Interface Description
Public interface IResultInfo Represents the execution results of a batch of Transact-SQL statements.
Public interface IUpdateConnectionProperties The IUpdateConnectionProperties interface defines methods and properties that are used for updating the editor property objects.

Delegates

  Delegate Description
Public delegate QeStatementCompletedEventHandler Represents the method that will handle the statement completed events.