BatchHeader.BatchID 属性

Gets or sets the batch ID that is associated with a single database transaction in which multiple Web service methods run.

命名空间:  ReportService2005
程序集:  ReportService2005(在 ReportService2005.dll 中)

语法

声明
Public Property BatchID As String 
    Get 
    Set
用法
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)

属性值

类型:System.String
A string with the batch ID that is associated with a single database transaction in which multiple Web service methods run.

注释

Set the BatchID property equal to the batch ID value that is returned by the CreateBatch method.

请参阅

参考

BatchHeader 类

ReportService2005 命名空间