Partager via


Méthode DeSerialize

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see ManagerSerializer.

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

Valeur de retour

Type : System. . :: . .Object