ExecutionInfo.ExecutionID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a string that uniquely identifies the current execution.

Namespace:   ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

public string ExecutionID { get; set; }
public:
property String^ ExecutionID {
    String^ get();
    void set(String^ value);
}
member ExecutionID : string with get, set
Public Property ExecutionID As String

Property Value

Type: System.String

A String value.

Remarks

The ExecutionID matches the value in the ExecutionHeader returned by the ExecutionHeaderValue property in the SOAP header.

.

See Also

ExecutionInfo Class
ReportExecution2005 Namespace

Return to top