Интерфейс IUpdateConnectionProperties

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

Пространство имен:  Microsoft.SqlServer.Management.MultiServerConnection
Сборка:  Microsoft.SqlServer.Management.MultiServerConnection (в Microsoft.SqlServer.Management.MultiServerConnection.dll)

Синтаксис

'Декларация
Public Interface IUpdateConnectionProperties
'Применение
Dim instance As IUpdateConnectionProperties
public interface IUpdateConnectionProperties
public interface class IUpdateConnectionProperties
type IUpdateConnectionProperties =  interface end
public interface IUpdateConnectionProperties

Тип IUpdateConnectionProperties обеспечивает доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод IncrementConnectionRowsReturned Updates the number of rows that will be returned for the specified connection.
Открытый метод SetAggregateState Sets the state for the multiserver connection.
Открытый метод SetChildServerName Sets the server name for a child connection.
Открытый метод SetChildSpid Sets the SQL Server process ID for the specified connection.
Открытый метод SetChildState Sets the state value of the specified connection.
Открытый метод SetChildVersion Sets a new server version value for the specified connection.
Открытый метод SetFailedConnections Updates the list of servers that could not be connected to.
Открытый метод UpdateConnectionStartAndFinishTimes Updates starting and finishing times for a particular connection.

В начало