Server.Traces Property

 

Applies To: SQL Server 2016 Preview

Gets the traces available on the server.

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

Syntax

[BrowsableAttribute(false)]
[XmlArrayAttribute]
public TraceCollection Traces { get; }
public:
[BrowsableAttribute(false)]
[XmlArrayAttribute]
property TraceCollection^ Traces {
    TraceCollection^ get();
}
[<BrowsableAttribute(false)>]
[<XmlArrayAttribute>]
member Traces : TraceCollection with get
<BrowsableAttribute(False)>
<XmlArrayAttribute>
Public ReadOnly Property Traces As TraceCollection

Property Value

Type: Microsoft.AnalysisServices.TraceCollection

A collection of traces.

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top