SessionTrace 類別
Represents the trace sessions. This class cannot be inherited.
繼承階層
System.Object
Microsoft.AnalysisServices.SessionTrace
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
<GuidAttribute("84CF5C3D-7BD9-40a5-A4AC-18A1E2A32E15")> _
Public NotInheritable Class SessionTrace _
Implements ITrace
'用途
Dim instance As SessionTrace
[GuidAttribute("84CF5C3D-7BD9-40a5-A4AC-18A1E2A32E15")]
public sealed class SessionTrace : ITrace
[GuidAttribute(L"84CF5C3D-7BD9-40a5-A4AC-18A1E2A32E15")]
public ref class SessionTrace sealed : ITrace
[<SealedAttribute>]
[<GuidAttribute("84CF5C3D-7BD9-40a5-A4AC-18A1E2A32E15")>]
type SessionTrace =
class
interface ITrace
end
public final class SessionTrace implements ITrace
SessionTrace 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
IsStarted | Gets the status of a session trace from a SessionTrace object. | |
Parent | Gets the parent Server of the SessionTrace object. |
上層
方法
名稱 | 說明 | |
---|---|---|
Equals | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
Start | Starts a session trace based on the SessionTrace object. | |
Stop | Stops a session trace based on the SessionTrace object. | |
ToString | (繼承自 Object。) |
上層
事件
名稱 | 說明 | |
---|---|---|
OnEvent | Occurs when the session raised an event. | |
Stopped | Occurs when the session stopped. |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。