DataServiceResponse.BatchHeaders 屬性
與批次要求相關聯之 HTTP 回應中的標頭。
命名空間: System.Data.Services.Client
組件: Microsoft.Data.Services.Client (在 Microsoft.Data.Services.Client.dll 中)
語法
'宣告
Public ReadOnly Property BatchHeaders As IDictionary(Of String, String)
Get
'用途
Dim instance As DataServiceResponse
Dim value As IDictionary(Of String, String)
value = instance.BatchHeaders
public IDictionary<string, string> BatchHeaders { get; }
public:
property IDictionary<String^, String^>^ BatchHeaders {
IDictionary<String^, String^>^ get ();
}
member BatchHeaders : IDictionary<string, string>
function get BatchHeaders () : IDictionary<String, String>
屬性值
型別:System.Collections.Generic.IDictionary<String, String>
IDictionary 物件,包含 HTTP 回應的名稱值組。
備註
未使用批次處理時,傳回的 DataServiceResponse 執行個體上的標頭屬性將是空集合,因為沒有一組標頭表示整個儲存作業。