DataServiceResponse.BatchHeaders 屬性

定義

與批次要求相關聯之 HTTP 回應中的標頭。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ BatchHeaders { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> BatchHeaders { get; }
member this.BatchHeaders : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property BatchHeaders As IDictionary(Of String, String)

屬性值

IDictionary 物件,其中包含 HTTP 回應的名稱值組。

備註

未使用批次處理時,傳回的 DataServiceResponse 執行個體上的標頭屬性將是空集合,因為沒有一組標頭表示整個儲存作業。

適用於