DataServiceResponse.BatchHeaders 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
与批处理请求相关联的 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)
属性值
包含 HTTP 响应的名称值对的 IDictionary 对象。
注解
当因为没有一组表示整个保存操作的标头而未使用批处理时,所返回 DataServiceResponse 实例上的标头属性将为空集合。