DataServiceResponse.BatchHeaders Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
En-têtes d'une réponse HTTP associée à une demande de lot.
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)
Valeur de propriété
Un objet IDictionary contenant les paires nom-valeur d'une réponse HTTP.
Remarques
La propriété d'en-têtes de l'instance DataServiceResponse retournée est une collection vide lorsque le traitement par lots n'est pas utilisé, car aucun jeu d'en-têtes ne représente l'opération entière de sauvegarde.