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 네임스페이스