IUpdateConnectionProperties.IncrementConnectionRowsReturned Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the number of rows that will be returned for the specified connection.
public:
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
Public Sub IncrementConnectionRowsReturned (childInfo As UIConnectionInfo, additionalRowsReturned As Long)
Parameters
- childInfo
- UIConnectionInfo
Specifies the connection information.
- additionalRowsReturned
- Int64
Specifies the number of rows to be returned.