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 네임스페이스