IUpdateConnectionProperties Interface

 

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)

public interface class IUpdateConnectionProperties

NameDescription
System_CAPS_pubmethodIncrementConnectionRowsReturned(UIConnectionInfo^, Int64)

Updates the number of rows that will be returned for the specified connection.

System_CAPS_pubmethodSetAggregateState(String^)

Sets the state for the multiserver connection.

System_CAPS_pubmethodSetChildServerName(UIConnectionInfo^, String^)

Sets the server name for a child connection.

System_CAPS_pubmethodSetChildSpid(UIConnectionInfo^, Int32)

Sets the SQL Server process ID for the specified connection.

System_CAPS_pubmethodSetChildState(UIConnectionInfo^, String^)

Sets the state value of the specified connection.

System_CAPS_pubmethodSetChildVersion(UIConnectionInfo^, Version^)

Sets a new server version value for the specified connection.

System_CAPS_pubmethodSetFailedConnections(IList<MultiServerSqlConnectionInfo^>^)

Updates the list of servers that could not be connected to.

System_CAPS_pubmethodUpdateConnectionStartAndFinishTimes(UIConnectionInfo^, DateTime, DateTime)

Updates starting and finishing times for a particular connection.

Return to top
Show: