다음을 통해 공유


Trace.XEvent 속성

Gets or sets the collection of XEvent that is part of this category.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property XEvent As XmlNode 
    Get 
    Set
‘사용 방법
Dim instance As Trace 
Dim value As XmlNode 

value = instance.XEvent

instance.XEvent = value
public XmlNode XEvent { get; set; }
public:
property XmlNode^ XEvent {
    XmlNode^ get ();
    void set (XmlNode^ value);
}
member XEvent : XmlNode with get, set
function get XEvent () : XmlNode 
function set XEvent (value : XmlNode)

속성 값

유형: System.Xml.XmlNode
The collection of XEvent that is part of this category.

참고 항목

참조

Trace 클래스

Microsoft.AnalysisServices 네임스페이스