Trace 類別
Provides a mechanism to store event logs which can be later viewed or replayed. This class cannot be inherited.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
<GuidAttribute("6418C2E4-B678-46c3-8762-DC344F549317")> _
Public NotInheritable Class Trace _
Inherits MajorObject _
Implements IMajorObject, INamedComponent, IModelComponent, IComponent, _
IDisposable, ITrace, ICloneable
'用途
Dim instance As Trace
[GuidAttribute("6418C2E4-B678-46c3-8762-DC344F549317")]
public sealed class Trace : MajorObject,
IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable,
ITrace, ICloneable
[GuidAttribute(L"6418C2E4-B678-46c3-8762-DC344F549317")]
public ref class Trace sealed : public MajorObject,
IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable,
ITrace, ICloneable
[<SealedAttribute>]
[<GuidAttribute("6418C2E4-B678-46c3-8762-DC344F549317")>]
type Trace =
class
inherit MajorObject
interface IMajorObject
interface INamedComponent
interface IModelComponent
interface IComponent
interface IDisposable
interface ITrace
interface ICloneable
end
public final class Trace extends MajorObject implements IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, ITrace, ICloneable
繼承階層
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices. . :: . .MajorObject
Microsoft.AnalysisServices..::..Trace
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。