SqlScriptEditorControl.MultiServerPropertiesDisplay.IncrementConnectionRowsReturned Метод

Определение

Обновляет количество возвращаемых строк для дочернего соединения.

public:
 virtual void IncrementConnectionRowsReturned(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ childInfo, long additionalRowsReturned);
public void IncrementConnectionRowsReturned(Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo childInfo, long additionalRowsReturned);
abstract member IncrementConnectionRowsReturned : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo * int64 -> unit
override this.IncrementConnectionRowsReturned : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo * int64 -> unit
Public Sub IncrementConnectionRowsReturned (childInfo As UIConnectionInfo, additionalRowsReturned As Long)

Параметры

childInfo
UIConnectionInfo

Объект UIConnectionInfo для обновления соединения.

additionalRowsReturned
Int64

Целое число, указывающее количество строк для соединения.

Реализации

Применяется к