Méthode DeSerialize
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Function DeSerialize ( _
xml As String _
) As Object
'Utilisation
Dim instance As ManagerSerializer
Dim xml As String
Dim returnValue As Object
returnValue = instance.DeSerialize(xml)
public Object DeSerialize(
string xml
)
public:
virtual Object^ DeSerialize(
String^ xml
) sealed
abstract DeSerialize :
xml:string -> Object
override DeSerialize :
xml:string -> Object
public final function DeSerialize(
xml : String
) : Object
Paramètres
- xml
Type : System. . :: . .String
Valeur de retour
Type : System. . :: . .Object