Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Serializes an object.
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
- pObject
Type: System.Object
The object to be serialiazed.
Return Value
Type: System.String
The serialized object.