DataAsyncCommandFetchEventHandler 대리자

비동기 명령을 결과 페칭 (fetching)을 사용할 수 있을 때 호출할 메서드를 나타냅니다.

네임스페이스:  Microsoft.VisualStudio.Data
어셈블리:  Microsoft.VisualStudio.Data(Microsoft.VisualStudio.Data.dll)

구문

‘선언
Public Delegate Function DataAsyncCommandFetchEventHandler ( _
    dataReader As DataReader _
) As DataAsyncCommandRequest
public delegate DataAsyncCommandRequest DataAsyncCommandFetchEventHandler(
    DataReader dataReader
)
public delegate DataAsyncCommandRequest DataAsyncCommandFetchEventHandler(
    DataReader^ dataReader
)
type DataAsyncCommandFetchEventHandler = 
    delegate of 
        dataReader:DataReader -> DataAsyncCommandRequest
JScript에서는 대리자를 지원하지 않습니다.

매개 변수

반환 값

형식: Microsoft.VisualStudio.Data.DataAsyncCommandRequest
이 메서드의 반환 명령을 진행 방법을 나타내는 값을 반환 합니다.

설명

비동기 메서드 호출 하는 경우이 대리자가 호출 되는 DataAsyncCommand 개체와 명령 결과 페칭 (fetching)을 사용할 수 있습니다.

참고 항목

참조

Microsoft.VisualStudio.Data 네임스페이스