ISqlScriptWindowWithConnection インターフェイス

定義

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, IDbConnection)
SetConnection(UIConnectionGroupInfo)
SetConnection(UIConnectionInfo, IDbConnection)
SetConnection(UIConnectionInfo)

イベント

名前 説明
NewConnectionForScript

適用対象