Condividi tramite


Proprietà ProcessRequestArgs.IsBatchOperation

Ottiene un valore booleano che indica se la richiesta HTTP al servizio dati è un'operazione batch.

Spazio dei nomi  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsBatchOperation As Boolean
    Get
'Utilizzo
Dim instance As ProcessRequestArgs
Dim value As Boolean

value = instance.IsBatchOperation
public bool IsBatchOperation { get; }
public:
property bool IsBatchOperation {
    bool get ();
}
member IsBatchOperation : bool
function get IsBatchOperation () : boolean

Valore proprietà

Tipo: System.Boolean
Il valore booleano che indica se la richiesta HTTP al servizio dati è un'operazione batch.

Vedere anche

Riferimento

ProcessRequestArgs Classe

Spazio dei nomi System.Data.Services