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.