IUpdateConnectionProperties 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 處理序識別碼。 |
SetChildState(UIConnectionInfo, String) |
設定指定之連接的狀態值。 |
SetChildVersion(UIConnectionInfo, Version) |
設定指定之連接的新伺服器版本值。 |
SetFailedConnections(IList<MultiServerSqlConnectionInfo>) |
更新無法連接的伺服器清單。 |
UpdateConnectionStartAndFinishTimes(UIConnectionInfo, DateTime, DateTime) |
更新特定連接的開始和結束時間。 |