IUpdateConnectionProperties 인터페이스

정의

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

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

메서드

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)

특정 연결의 시작 시간과 완료 시간을 업데이트합니다.

적용 대상