مشاركة عبر


Server.Traces Property

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.

See Also

Reference

Server Class

Microsoft.AnalysisServices Namespace