Compartilhar via


Interface IUpdateConnectionProperties

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 (em Microsoft.SqlServer.Management.MultiServerConnection.dll)

Sintaxe

'Declaração
Public Interface IUpdateConnectionProperties
'Uso
Dim instance As IUpdateConnectionProperties
public interface IUpdateConnectionProperties
public interface class IUpdateConnectionProperties
type IUpdateConnectionProperties =  interface end
public interface IUpdateConnectionProperties

O tipo IUpdateConnectionProperties expõe os membros a seguir.

Métodos

  Nome Descrição
Método público IncrementConnectionRowsReturned Updates the number of rows that will be returned for the specified connection.
Método público SetAggregateState Sets the state for the multiserver connection.
Método público SetChildServerName Sets the server name for a child connection.
Método público SetChildSpid Sets the SQL Server process ID for the specified connection.
Método público SetChildState Sets the state value of the specified connection.
Método público SetChildVersion Sets a new server version value for the specified connection.
Método público SetFailedConnections Updates the list of servers that could not be connected to.
Método público UpdateConnectionStartAndFinishTimes Updates starting and finishing times for a particular connection.

Início