SessionTrace 类
XXX. 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 继承。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
Start | Starts a session trace based on the SessionTrace object. | |
Stop | Stops a session trace based on the SessionTrace object. | |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。