共用方式為


BatchHeader 類別

Represents a batch header that supports the use of multi-method operations that run within a single transaction. For more information about batch headers, see Batching Methods.

命名空間:  ReportService2005
組件:  ReportService2005 (在 ReportService2005.dll 中)

語法

'宣告
<SerializableAttribute> _
Public Class BatchHeader _
    Inherits SoapHeader
'用途
Dim instance As BatchHeader
[SerializableAttribute]
public class BatchHeader : SoapHeader
[SerializableAttribute]
public ref class BatchHeader : public SoapHeader
[<SerializableAttribute>]
type BatchHeader =  
    class
        inherit SoapHeader
    end
public class BatchHeader extends SoapHeader

備註

The BatchHeader class is used with the BatchHeaderValue property in a SOAP header.

繼承階層

System. . :: . .Object
  System.Web.Services.Protocols. . :: . .SoapHeader
    ReportService2005..::..BatchHeader

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。