XMLData Class
Represents a strongly typed XML data.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.XEvent.XMLData
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public Class XMLData
'Usage
Dim instance As XMLData
public class XMLData
public ref class XMLData
type XMLData = class end
public class XMLData
The XMLData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XMLData | Initializes a new instance of the XMLData class. |
Top
Properties
Name | Description | |
---|---|---|
RawString | Gets or sets the raw string data with no validation. | |
XML | Gets an XML Document containing column data. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns the text representation of the XML data. (Overrides Object.ToString().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.