Partager via


Interface IUpdateConnectionProperties

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

Espace de noms :  Microsoft.SqlServer.Management.MultiServerConnection
Assembly :  Microsoft.SqlServer.Management.MultiServerConnection (en Microsoft.SqlServer.Management.MultiServerConnection.dll)

Syntaxe

'Déclaration
Public Interface IUpdateConnectionProperties
'Utilisation
Dim instance As IUpdateConnectionProperties
public interface IUpdateConnectionProperties
public interface class IUpdateConnectionProperties
type IUpdateConnectionProperties =  interface end
public interface IUpdateConnectionProperties

Le type IUpdateConnectionProperties expose les membres suivants.

Méthodes

  Nom Description
Méthode publique IncrementConnectionRowsReturned Updates the number of rows that will be returned for the specified connection.
Méthode publique SetAggregateState Sets the state for the multiserver connection.
Méthode publique SetChildServerName Sets the server name for a child connection.
Méthode publique SetChildSpid Sets the SQL Server process ID for the specified connection.
Méthode publique SetChildState Sets the state value of the specified connection.
Méthode publique SetChildVersion Sets a new server version value for the specified connection.
Méthode publique SetFailedConnections Updates the list of servers that could not be connected to.
Méthode publique UpdateConnectionStartAndFinishTimes Updates starting and finishing times for a particular connection.

Haut de la page