次の方法で共有


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 操作でスローされたエラーを取得します。 (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 から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

System.Data.Services.Client 名前空間