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

이벤트

NewConnectionForScript

적용 대상