IUpdateConnectionProperties 接口

The IUpdateConnectionProperties interface defines methods and properties that are used for updating the editor property objects.

命名空间:  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 Updates the number of rows that will be returned for the specified connection.
公共方法 SetAggregateState Sets the state for the multiserver connection.
公共方法 SetChildServerName Sets the server name for a child connection.
公共方法 SetChildSpid Sets the SQL Server process ID for the specified connection.
公共方法 SetChildState Sets the state value of the specified connection.
公共方法 SetChildVersion Sets a new server version value for the specified connection.
公共方法 SetFailedConnections Updates the list of servers that could not be connected to.
公共方法 UpdateConnectionStartAndFinishTimes Updates starting and finishing times for a particular connection.

页首