BatchHeader.BatchID Proprietà

Definizione

Ottiene o imposta l'ID batch associato a una singola transazione del database in cui vengono eseguiti più metodi del servizio Web.

public:
 property System::String ^ BatchID { System::String ^ get(); void set(System::String ^ value); };
public string BatchID { get; set; }
member this.BatchID : string with get, set
Public Property BatchID As String

Valore della proprietà

Stringa con l'ID batch associato a una singola transazione del database in cui vengono eseguiti più metodi del servizio Web.

Commenti

Impostare la BatchID proprietà uguale al valore ID batch restituito dal CreateBatch metodo .

Si applica a