IUpdateConnectionProperties Interface
SQL Server 2012
The IUpdateConnectionProperties interface defines methods and properties that are used for updating the editor property objects.
Namespace: Microsoft.SqlServer.Management.MultiServerConnection
Assembly: Microsoft.SqlServer.Management.MultiServerConnection (in Microsoft.SqlServer.Management.MultiServerConnection.dll)
The IUpdateConnectionProperties type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |

