Microsoft.SqlServer.Management.MultiServerConnection Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
MultiServerSqlConnectionInfo |
Contains SQL Server connection information that is used by Transact-SQL query editors. |
NonQueryResult |
Represents the results from a call to the |
ResultInfo |
Represents the results from executing a Transact-SQL batch. |
ServerMessageEventArgs |
Provides information about a server message event. |
Interfaces
IResultInfo |
Represents the execution results of a batch of Transact-SQL statements. |
IUpdateConnectionProperties |
The IUpdateConnectionProperties interface defines methods and properties that are used for updating the editor property objects. |
Delegates
QeStatementCompletedEventHandler |
Represents the method that will handle the statement completed events. |