Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the traces available on the server.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Traces As TraceCollection
Get
'Usage
Dim instance As Server
Dim value As TraceCollection
value = instance.Traces
[BrowsableAttribute(false)]
public TraceCollection Traces { get; }
[BrowsableAttribute(false)]
public:
property TraceCollection^ Traces {
TraceCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Traces : TraceCollection
function get Traces () : TraceCollection
Property Value
Type: Microsoft.AnalysisServices.TraceCollection
A collection of traces.