Trace.XEvent Propiedad
Gets or sets the collection of XEvent that is part of this category.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Property XEvent As XmlNode
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Xml.XmlNode
The collection of XEvent that is part of this category.