共用方式為


TraceEvent 類別

Represents a trace event.

繼承階層

System.Object
  Microsoft.AnalysisServices.TraceEvent

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

語法

'宣告
<GuidAttribute("91A789BC-E474-4cc1-BD9C-94AD212B3F52")> _
Public NotInheritable Class TraceEvent _
    Implements ICloneable, IXmlSerializable
'用途
Dim instance As TraceEvent
[GuidAttribute("91A789BC-E474-4cc1-BD9C-94AD212B3F52")]
public sealed class TraceEvent : ICloneable, 
    IXmlSerializable
[GuidAttribute(L"91A789BC-E474-4cc1-BD9C-94AD212B3F52")]
public ref class TraceEvent sealed : ICloneable, 
    IXmlSerializable
[<SealedAttribute>]
[<GuidAttribute("91A789BC-E474-4cc1-BD9C-94AD212B3F52")>]
type TraceEvent =  
    class 
        interface ICloneable 
        interface IXmlSerializable 
    end
public final class TraceEvent implements ICloneable, IXmlSerializable

TraceEvent 型別公開下列成員。

建構函式

  名稱 說明
公用方法 TraceEvent() Initializes a new instance of the TraceEvent class.
公用方法 TraceEvent(TraceEventClass) Initializes a new instance of the TraceEvent class

上層

屬性

  名稱 說明
公用屬性 Columns Gets a collection that contains all the columns in the event.
公用屬性 EventID Gets or sets a value that identifies the event.

上層

方法

  名稱 說明
公用方法 Clone Creates a copy of TraceEvent object.
公用方法 CopyTo Copies the content of the object to another object (the destination).
公用方法 Equals (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

明確 繼承 實作

  名稱 說明
明確介面實作私用方法 ICloneable.Clone Creates a new copy of this object instance.
明確介面實作私用方法 IXmlSerializable.GetSchema Returns an XmlSchema that describes the XML representation of the object that is produced by the IXmlSerializable.WriteXml(XmlWriter) method and consumed by the IXmlSerializable.ReadXml(XmlReader) method.
明確介面實作私用方法 IXmlSerializable.ReadXml Generates an object from its XML representation.
明確介面實作私用方法 IXmlSerializable.WriteXml Converts an object into its XML representation.

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.AnalysisServices 命名空間