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
Public method XMLData Initializes a new instance of the XMLData class.

Top

Properties

  Name Description
Public property RawString Gets or sets the raw string data with no validation.
Public property XML Gets an XML Document containing column data.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.SqlServer.XEvent Namespace