ExecutionID 속성
Gets or sets a string that uniquely identifies the current execution.
네임스페이스: ReportExecution2005
어셈블리: ReportExecution2005.dll의 ReportExecution2005
구문
‘선언
Public Property ExecutionID As String
Get
Set
‘사용 방법
Dim instance As ExecutionInfo
Dim value As String
value = instance.ExecutionID
instance.ExecutionID = value
public string ExecutionID { get; set; }
public:
property String^ ExecutionID {
String^ get ();
void set (String^ value);
}
member ExecutionID : string with get, set
function get ExecutionID () : String
function set ExecutionID (value : String)
속성 값
형식: System. . :: . .String
A String value.
주의
The ExecutionID matches the value in the ExecutionHeader returned by the ExecutionHeaderValue property in the SOAP header.
.