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.