Udostępnij za pośrednictwem


Metoda IDTSManagedSerializer100.DeSerialize

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Aby uzyskać więcej informacji, zobacz temat ManagerSerializer.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
Function DeSerialize ( _
    xml As String _
) As Object
'Użycie
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

Parametry

Wartość zwracana

Typ: System.Object