IUpdateConnectionProperties.IncrementConnectionRowsReturned 메서드

Updates the number of rows that will be returned for the specified connection.

네임스페이스:  Microsoft.SqlServer.Management.MultiServerConnection
어셈블리:  Microsoft.SqlServer.Management.MultiServerConnection(Microsoft.SqlServer.Management.MultiServerConnection.dll)

구문

‘선언
Sub IncrementConnectionRowsReturned ( _
    childInfo As UIConnectionInfo, _
    additionalRowsReturned As Long _
)
‘사용 방법
Dim instance As IUpdateConnectionProperties 
Dim childInfo As UIConnectionInfo 
Dim additionalRowsReturned As Long

instance.IncrementConnectionRowsReturned(childInfo, _
    additionalRowsReturned)
void IncrementConnectionRowsReturned(
    UIConnectionInfo childInfo,
    long additionalRowsReturned
)
void IncrementConnectionRowsReturned(
    UIConnectionInfo^ childInfo, 
    long long additionalRowsReturned
)
abstract IncrementConnectionRowsReturned : 
        childInfo:UIConnectionInfo * 
        additionalRowsReturned:int64 -> unit
function IncrementConnectionRowsReturned(
    childInfo : UIConnectionInfo, 
    additionalRowsReturned : long
)

매개 변수

  • additionalRowsReturned
    유형: System.Int64
    Specifies the number of rows to be returned.

참고 항목

참조

IUpdateConnectionProperties 인터페이스

Microsoft.SqlServer.Management.MultiServerConnection 네임스페이스