Propriété SendingRequest2EventArgs.IsBatchPart
Retourne true si l'événement est déclenché pour la requête dans un lot ; sinon, retourne false.
Espace de noms : System.Data.Services.Client
Assembly : Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)
Syntaxe
'Déclaration
Public Property IsBatchPart As Boolean
Get
Private Set
'Utilisation
Dim instance As SendingRequest2EventArgs
Dim value As Boolean
value = instance.IsBatchPart
public bool IsBatchPart { get; private set; }
public:
property bool IsBatchPart {
bool get ();
private: void set (bool value);
}
member IsBatchPart : bool with get, private set
function get IsBatchPart () : boolean
private function set IsBatchPart (value : boolean)
Valeur de propriété
Type : System.Boolean