Méthode IDTSManagedSerializer100.DeSerialize
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Deserializes an XML document.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Function DeSerialize ( _
xml As String _
) As Object
'Utilisation
Dim instance As IDTSManagedSerializer100
Dim xml As String
Dim returnValue As Object
returnValue = instance.DeSerialize(xml)
Object DeSerialize(
string xml
)
Object^ DeSerialize(
[InAttribute] String^ xml
)
abstract DeSerialize :
xml:string -> Object
function DeSerialize(
xml : String
) : Object
Paramètres
- xml
Type : System.String
The object to be deserialized.
Valeur de retour
Type : System.Object
The deserialized XML.