共用方式為


SessionTrace 屬性

Gets the SessionTrace object that is used to start and stop traces on the server.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public ReadOnly Property SessionTrace As SessionTrace
    Get
'用途
Dim instance As Server
Dim value As SessionTrace

value = instance.SessionTrace
public SessionTrace SessionTrace { get; }
public:
property SessionTrace^ SessionTrace {
    SessionTrace^ get ();
}
member SessionTrace : SessionTrace
function get SessionTrace () : SessionTrace