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
C#
[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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.