다음을 통해 공유


QueryOperationResponse.GetContinuation 메서드

다음 결과 페이지를 검색하는 데 사용되는 URI가 포함된 DataServiceQueryContinuation 개체를 가져옵니다.

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

구문

‘선언
Public Function GetContinuation As DataServiceQueryContinuation
‘사용 방법
Dim instance As QueryOperationResponse
Dim returnValue As DataServiceQueryContinuation

returnValue = instance.GetContinuation()
public DataServiceQueryContinuation GetContinuation()
public:
DataServiceQueryContinuation^ GetContinuation()
member GetContinuation : unit -> DataServiceQueryContinuation 
public function GetContinuation() : DataServiceQueryContinuation

반환 값

유형: System.Data.Services.Client.DataServiceQueryContinuation
다음 결과 페이지를 반환하는 데 사용되는 URI가 포함된 개체입니다.

참고 항목

참조

QueryOperationResponse 클래스

GetContinuation 오버로드

System.Data.Services.Client 네임스페이스