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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。