TraceEvent Class
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.TraceEvent
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("91A789BC-E474-4cc1-BD9C-94AD212B3F52")> _
Public NotInheritable Class TraceEvent _
Implements ICloneable, IXmlSerializable
'Usage
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
The TraceEvent type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone | ||
CopyTo | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICloneable.Clone | ||
IXmlSerializable.GetSchema | ||
IXmlSerializable.ReadXml | ||
IXmlSerializable.WriteXml |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.