次の方法で共有


IDTSManagedSerializer100.DeSerialize メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

XML ドキュメントをシリアル化解除します。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
Function DeSerialize ( _
    xml As String _
) As Object
'使用
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

パラメーター

  • xml
    型: System.String
    シリアル化解除するオブジェクトです。

戻り値

型: System.Object
シリアル化解除された XML です。

関連項目

参照

IDTSManagedSerializer100 インターフェイス

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間