ISqlScriptWindowWithConnection 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
- 派生
- 实现
属性
Connection |
在窗口具有当前连接时,返回其参数。 (继承自 ISqlToolsWindowWithConnectionState) |
ConnectionInfoList |
获取当前连接的列表。 (继承自 ISqlToolsWindowWithConnectionState) |
IsConnected |
指示此窗口是否具有当前连接。 (继承自 ISqlToolsWindowWithConnectionState) |
方法
SetConnection(UIConnectionGroupInfo) | |
SetConnection(UIConnectionGroupInfo, IDbConnection) | |
SetConnection(UIConnectionInfo) | |
SetConnection(UIConnectionInfo, IDbConnection) |
事件
NewConnectionForScript |