BatchHeader.BatchID 属性

定义

获取或设置批处理 ID,该 ID 与在其中运行多个 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

属性值

一个含有批处理 ID 的字符串,该 ID 与在其中运行多个 Web 服务方法的单个数据库事务关联。

注解

BatchID 属性设置为等于 方法返回 CreateBatch 的批 ID 值。

适用于