다음을 통해 공유


QueryOperationResponse<T> 클래스

DataServiceQuery<TElement>에 대한 응답을 나타냅니다.

상속 계층

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 NotInheritable Class QueryOperationResponse(Of T) _
    Inherits QueryOperationResponse _
    Implements IEnumerable(Of T), IEnumerable
‘사용 방법
Dim instance As QueryOperationResponse(Of T)
public sealed class QueryOperationResponse<T> : QueryOperationResponse, 
    IEnumerable<T>, IEnumerable
generic<typename T>
public ref class QueryOperationResponse sealed : public QueryOperationResponse, 
    IEnumerable<T>, IEnumerable
[<SealedAttribute>]
type QueryOperationResponse<'T> =  
    class
        inherit QueryOperationResponse
        interface IEnumerable<'T>
        interface IEnumerable
    end
JScript는 제네릭 형식 및 메서드를 지원하지 않습니다.

유형 매개 변수

  • T

QueryOperationResponse<T> 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Error 작업에서 throw된 오류를 가져옵니다. (OperationResponse에서 상속됨)
공용 속성 Headers 파생 클래스에서 재정의된 경우 단일 작업과 연관된 HTTP 응답 헤더를 포함합니다. (OperationResponse에서 상속됨)
공용 속성 Query QueryOperationResponse 항목을 생성하는 DataServiceQuery를 가져옵니다. (QueryOperationResponse에서 상속됨)
공용 속성 StatusCode 파생 클래스에서 재정의된 경우 단일 작업과 연관된 HTTP 응답 코드를 가져오거나 설정합니다. (OperationResponse에서 상속됨)
공용 속성 TotalCount 쿼리에서 값을 요청한 경우 쿼리의 서버 결과 집합 개수 값입니다. (QueryOperationResponse.TotalCount을(를) 재정의함)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetContinuation() 다음 결과 페이지를 검색하는 데 사용되는 URI가 포함된 DataServiceQueryContinuation<T> 개체를 가져옵니다.
공용 메서드 GetContinuation(IEnumerable) 지정된 컬렉션에서 관련 엔터티의 다음 페이지를 검색하는 데 사용되는 URI가 포함된 DataServiceQueryContinuation 개체를 가져옵니다. (QueryOperationResponse에서 상속됨)
공용 메서드 GetContinuation<T>(IEnumerable<T>) 지정된 컬렉션에서 관련 엔터티의 다음 페이지를 검색하는 데 사용되는 URI가 포함된 DataServiceQueryContinuation<T> 개체를 가져옵니다. (QueryOperationResponse에서 상속됨)
공용 메서드 GetEnumerator DataServiceQuery<TElement> 를 실행하고 QueryOperationResponse<T> 항목을 가져옵니다.
보호된 메서드 GetEnumeratorHelper<T> QueryOperationResponse 에 대한 열거형 도우미를 가져옵니다. (QueryOperationResponse에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

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