Propriété Trace.XEvent
Gets or sets the collection of XEvent that is part of this category.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property XEvent As XmlNode
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Xml.XmlNode
The collection of XEvent that is part of this category.