IUpdateConnectionProperties 인터페이스

정의

인터페이스는 IUpdateConnectionProperties 편집기 속성 객체를 업데이트하는 데 사용되는 메서드와 속성을 정의합니다.

public interface class IUpdateConnectionProperties
public interface IUpdateConnectionProperties
type IUpdateConnectionProperties = interface
Public Interface IUpdateConnectionProperties
파생

메서드

Name Description
IncrementConnectionRowsReturned(UIConnectionInfo, Int64)

지정된 연결에 대해 반환될 행 수를 업데이트합니다.

SetAggregateState(String)

멀티서버 연결 상태를 설정합니다.

SetChildServerName(UIConnectionInfo, String)

자식 연결의 서버 이름을 설정합니다.

SetChildSpid(UIConnectionInfo, Int32)

지정된 연결에 대해 SQL Server 프로세스 ID를 설정합니다.

SetChildState(UIConnectionInfo, String)

지정된 연결의 상태 값을 설정합니다.

SetChildVersion(UIConnectionInfo, Version)

지정된 연결에 대해 새로운 서버 버전 값을 설정합니다.

SetFailedConnections(IList<MultiServerSqlConnectionInfo>)

연결할 수 없는 서버 목록을 업데이트합니다.

UpdateConnectionStartAndFinishTimes(UIConnectionInfo, DateTime, DateTime)

특정 연결편의 출발 및 종료 시간에 대한 업데이트.

적용 대상