Freigeben über


IUpdateConnectionProperties-Schnittstelle

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)

Syntax

'Declaration
Public Interface IUpdateConnectionProperties
'Usage
Dim instance As IUpdateConnectionProperties
public interface IUpdateConnectionProperties
public interface class IUpdateConnectionProperties
type IUpdateConnectionProperties =  interface end
public interface IUpdateConnectionProperties

Der IUpdateConnectionProperties-Typ macht folgende Elemente verfügbar.

Methoden

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

Zum Anfang