Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.