ISqlScriptWindowWithConnection Interface
Definition
public interface class ISqlScriptWindowWithConnection : Microsoft::SqlServer::Management::UI::VSIntegration::ISqlToolsWindowWithConnectionState
public interface ISqlScriptWindowWithConnection : Microsoft.SqlServer.Management.UI.VSIntegration.ISqlToolsWindowWithConnectionState
type ISqlScriptWindowWithConnection = interface
interface ISqlToolsWindowWithConnectionState
Public Interface ISqlScriptWindowWithConnection
Implements ISqlToolsWindowWithConnectionState
- Derived
- Implements
Properties
Connection |
When the window has the current connection, returns its parameters. (Inherited from ISqlToolsWindowWithConnectionState) |
ConnectionInfoList |
Gets the list of current connections. (Inherited from ISqlToolsWindowWithConnectionState) |
IsConnected |
Indicates if this window has th current connection. (Inherited from ISqlToolsWindowWithConnectionState) |
Methods
SetConnection(UIConnectionGroupInfo) | |
SetConnection(UIConnectionGroupInfo, IDbConnection) | |
SetConnection(UIConnectionInfo) | |
SetConnection(UIConnectionInfo, IDbConnection) |
Events
NewConnectionForScript |