Método DeSerialize
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
For more information, see ManagerSerializer.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Function DeSerialize ( _
xml As String _
) As Object
'Uso
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
Parâmetros
- xml
Tipo: System. . :: . .String
Valor de retorno
Tipo: System. . :: . .Object
Consulte também