Freigeben über


XMLData.ToString-Methode

Returns the text representation of the XML data.

Namespace:  Microsoft.SqlServer.XEvent
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As XMLData 
Dim returnValue As String 

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string  
override ToString : unit -> string
public override function ToString() : String

Rückgabewert

Typ: System.String
The text representation of the XML data.

Siehe auch

Verweis

XMLData Klasse

Microsoft.SqlServer.XEvent-Namespace