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 an XML Document containing column data.
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public ReadOnly Property XML As XmlDocument
Get
'Usage
Dim instance As XMLData
Dim value As XmlDocument
value = instance.XML
public XmlDocument XML { get; }
public:
property XmlDocument^ XML {
XmlDocument^ get ();
}
member XML : XmlDocument
function get XML () : XmlDocument
Property Value
Type: System.Xml.XmlDocument
The XML Document containing column data.