IUpdateConnectionProperties インターフェイス

IUpdateConnectionProperties インターフェイスは、エディター プロパティ オブジェクトの更新に使用されるメソッドとプロパティを定義します。

名前空間:  Microsoft.SqlServer.Management.MultiServerConnection
アセンブリ:  Microsoft.SqlServer.Management.MultiServerConnection (Microsoft.SqlServer.Management.MultiServerConnection.dll)

構文

'宣言
Public Interface IUpdateConnectionProperties
'使用
Dim instance As IUpdateConnectionProperties
public interface IUpdateConnectionProperties
public interface class IUpdateConnectionProperties
type IUpdateConnectionProperties =  interface end
public interface IUpdateConnectionProperties

IUpdateConnectionProperties 型は、以下のメンバーを公開しています。

メソッド

  名前 説明
パブリック メソッド IncrementConnectionRowsReturned 指定された接続に対して返される行数を更新します。
パブリック メソッド SetAggregateState マルチサーバー接続の状態を設定します。
パブリック メソッド SetChildServerName 子接続のサーバー名を設定します。
パブリック メソッド SetChildSpid 指定された接続の SQL Server プロセス ID を設定します。
パブリック メソッド SetChildState 指定された接続の状態の値を設定します。
パブリック メソッド SetChildVersion 指定された接続の新しいサーバー バージョンの値を設定します。
パブリック メソッド SetFailedConnections 接続不能なサーバーのリストを更新します。
パブリック メソッド UpdateConnectionStartAndFinishTimes 特定の接続の開始時刻と終了時刻を更新します。

先頭に戻る

関連項目

参照

Microsoft.SqlServer.Management.MultiServerConnection 名前空間