Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the batch ID that is associated with a single database transaction in which multiple Web service methods run.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Property BatchID As String
Get
Set
'Usage
Dim instance As BatchHeader
Dim value As String
value = instance.BatchID
instance.BatchID = value
public string BatchID { get; set; }
public:
property String^ BatchID {
String^ get ();
void set (String^ value);
}
member BatchID : string with get, set
function get BatchID () : String
function set BatchID (value : String)
Eigenschaftswert
Typ: System.String
A string with the batch ID that is associated with a single database transaction in which multiple Web service methods run.
Hinweise
Set the BatchID property equal to the batch ID value that is returned by the CreateBatch method.