ObjectReference.TraceID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the trace identifier for the object referenced.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

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

Property Value

Type: System.String

A trace identifier.

See Also

ObjectReference Class
Microsoft.AnalysisServices Namespace

Return to top