QueryOperationResponse 클래스
DataServiceQuery에 대한 응답을 나타냅니다.
상속 계층
System.Object
System.Data.Services.Client.OperationResponse
System.Data.Services.Client.QueryOperationResponse
System.Data.Services.Client.QueryOperationResponse<T>
네임스페이스: System.Data.Services.Client
어셈블리: Microsoft.Data.Services.Client(Microsoft.Data.Services.Client.dll)
구문
‘선언
Public Class QueryOperationResponse _
Inherits OperationResponse _
Implements IEnumerable
‘사용 방법
Dim instance As QueryOperationResponse
public class QueryOperationResponse : OperationResponse,
IEnumerable
public ref class QueryOperationResponse : public OperationResponse,
IEnumerable
type QueryOperationResponse =
class
inherit OperationResponse
interface IEnumerable
end
public class QueryOperationResponse extends OperationResponse implements IEnumerable
QueryOperationResponse 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
![]() |
Error | 작업에서 throw된 오류를 가져옵니다. (OperationResponse에서 상속됨) |
![]() |
Headers | 파생 클래스에서 재정의된 경우 단일 작업과 연관된 HTTP 응답 헤더를 포함합니다. (OperationResponse에서 상속됨) |
![]() |
Query | QueryOperationResponse 항목을 생성하는 DataServiceQuery를 가져옵니다. |
![]() |
StatusCode | 파생 클래스에서 재정의된 경우 단일 작업과 연관된 HTTP 응답 코드를 가져오거나 설정합니다. (OperationResponse에서 상속됨) |
![]() |
TotalCount | 쿼리에서 값을 요청한 경우 쿼리의 서버 결과 집합 개수 값을 가져오거나 설정합니다. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
![]() |
Equals | (Object에서 상속됨) |
![]() |
Finalize | (Object에서 상속됨) |
![]() |
GetContinuation() | 다음 결과 페이지를 검색하는 데 사용되는 URI가 포함된 DataServiceQueryContinuation 개체를 가져옵니다. |
![]() |
GetContinuation(IEnumerable) | 지정된 컬렉션에서 관련 엔터티의 다음 페이지를 검색하는 데 사용되는 URI가 포함된 DataServiceQueryContinuation 개체를 가져옵니다. |
![]() |
GetContinuation<T>(IEnumerable<T>) | 지정된 컬렉션에서 관련 엔터티의 다음 페이지를 검색하는 데 사용되는 URI가 포함된 DataServiceQueryContinuation<T> 개체를 가져옵니다. |
![]() |
GetEnumerator | DataServiceQuery 를 실행하고 QueryOperationResponse 항목을 반환합니다. |
![]() |
GetEnumeratorHelper<T> | QueryOperationResponse 에 대한 열거형 도우미를 가져옵니다. |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
MemberwiseClone | (Object에서 상속됨) |
![]() |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.