IVsDataExplorerConnection 인터페이스

정의

중요

이 API는 CLS 규격이 아닙니다.

데이터 탐색기 연결을 나타냅니다.

public interface class IVsDataExplorerConnection
[System.CLSCompliant(false)]
public interface IVsDataExplorerConnection
public interface IVsDataExplorerConnection
[<System.CLSCompliant(false)>]
type IVsDataExplorerConnection = interface
type IVsDataExplorerConnection = interface
Public Interface IVsDataExplorerConnection
특성

속성

Connection

서버 Explorer 현재 연결 노드에 해당하는 데이터 연결을 가져옵니다.

ConnectionNode

서버 Explorer 현재 연결 노드를 가져옵니다.

DisplayName

데이터 연결에 대한 루트 노드의 표시 이름을 가져오거나 설정합니다.

EncryptedConnectionString

데이터 연결에 대한 정보를 포함하는 암호화된 문자열을 가져옵니다.

Provider

서버 Explorer 연결에 대한 DDEX 공급자의 고유 식별자를 가져옵니다.

SelectedNodes

단일 서버 Explorer 연결에 대한 서버 Explorer 현재 선택된 노드를 가져옵니다.

Source

현재 연결 노드의 데이터 원본을 가져옵니다.

메서드

FindDocumentNode(String)

데이터 뷰 계층 구조를 통해 지정된 연결 노드를 가져옵니다.

FindDocumentNode(String, Boolean)

데이터 뷰 계층 구조를 통해 지정된 연결 노드를 가져옵니다. 필요에 따라 채워지지 않은 노드를 검색합니다.

FindNode(Int32)

서버 Explorer 해당 ID에 따라 연결 노드를 검색합니다.

FindNode(String)

서버 Explorer 이름에 따라 연결 노드를 검색합니다.

FindNode(String, Boolean)

서버 Explorer 이름에 따라 연결 노드를 검색합니다. 필요에 따라 채워지지 않은 노드를 검색합니다.

이벤트

NodeChanged

노드가 변경되면 발생합니다.

NodeExpandedOrRefreshed

서버 Explorer 노드가 확장되거나 새로 고쳐질 때 발생합니다.

NodeInserted

노드가 서버 Explorer 삽입될 때 발생합니다.

NodeRemoving

서버 Explorer 노드 제거 직전에 발생합니다.

적용 대상