次の方法で共有


DeSerialize メソッド

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

詳細については、「ManagerSerializer」を参照してください。

名前空間:  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

パラメーター

戻り値

型: System. . :: . .Object