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.
Specifies whether an object can be deserialized.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function IsSerializable ( _
pObject As Object _
) As Boolean
'Usage
Dim instance As IDTSManagedSerializer100
Dim pObject As Object
Dim returnValue As Boolean
returnValue = instance.IsSerializable(pObject)
bool IsSerializable(
Object pObject
)
bool IsSerializable(
[InAttribute] Object^ pObject
)
abstract IsSerializable :
pObject:Object -> bool
function IsSerializable(
pObject : Object
) : boolean
Parameters
- pObject
Type: System.Object
The object to be deserialiazed.
Return Value
Type: System.Boolean
True if an object can be deserialized; otherwise, false.