Server.Traces Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the traces available on the server.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.TraceCollection Traces { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Traces : Microsoft.AnalysisServices.TraceCollection
Public ReadOnly Property Traces As TraceCollection
Property Value
A collection of traces.
- Attributes