Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the collection of XEvent that is part of this category.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property XEvent As XmlNode
Get
Set
'Usage
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)
Property Value
Type: System.Xml.XmlNode
The collection of XEvent that is part of this category.