Classe XMLData
Represents a strongly typed XML data.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.XEvent.XMLData
Espace de noms : Microsoft.SqlServer.XEvent
Assembly : Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Syntaxe
'Déclaration
Public Class XMLData
'Utilisation
Dim instance As XMLData
public class XMLData
public ref class XMLData
type XMLData = class end
public class XMLData
Le type XMLData expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
![]() |
XMLData | Initializes a new instance of the XMLData class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
![]() |
RawString | Gets or sets the raw string data with no validation. |
![]() |
XML | Gets an XML Document containing column data. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ToString | Returns the text representation of the XML data. (remplace Object.ToString().) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.