इसके माध्यम से साझा किया गया


IDTSManagedSerializer100.Serialize Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see ManagerSerializer.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Function Serialize ( _
    pObject As Object _
) As String
'Usage
Dim instance As IDTSManagedSerializer100
Dim pObject As Object
Dim returnValue As String

returnValue = instance.Serialize(pObject)
string Serialize(
    Object pObject
)
String^ Serialize(
    [InAttribute] Object^ pObject
)
abstract Serialize : 
        pObject:Object -> string 
function Serialize(
    pObject : Object
) : String

Parameters

Return Value

Type: System.String