IUpdateConnectionProperties Interface

Definition

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

public interface class IUpdateConnectionProperties
public interface IUpdateConnectionProperties
type IUpdateConnectionProperties = interface
Public Interface IUpdateConnectionProperties
Derived

Methods

IncrementConnectionRowsReturned(UIConnectionInfo, Int64)

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

SetAggregateState(String)

Sets the state for the multiserver connection.

SetChildServerName(UIConnectionInfo, String)

Sets the server name for a child connection.

SetChildSpid(UIConnectionInfo, Int32)

Sets the SQL Server process ID for the specified connection.

SetChildState(UIConnectionInfo, String)

Sets the state value of the specified connection.

SetChildVersion(UIConnectionInfo, Version)

Sets a new server version value for the specified connection.

SetFailedConnections(IList<MultiServerSqlConnectionInfo>)

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

UpdateConnectionStartAndFinishTimes(UIConnectionInfo, DateTime, DateTime)

Updates starting and finishing times for a particular connection.

Applies to