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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。