Share via


IDTSManagedSerializer100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Describes the interface for the managed serializer.

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

Syntax

'Declaration
<GuidAttribute("4BE2F37D-0E96-4633-989A-5F9B0DE0D66B")> _
Public Interface IDTSManagedSerializer100
'Usage
Dim instance As IDTSManagedSerializer100
[GuidAttribute("4BE2F37D-0E96-4633-989A-5F9B0DE0D66B")]
public interface IDTSManagedSerializer100
[GuidAttribute(L"4BE2F37D-0E96-4633-989A-5F9B0DE0D66B")]
public interface class IDTSManagedSerializer100
[<GuidAttribute("4BE2F37D-0E96-4633-989A-5F9B0DE0D66B")>]
type IDTSManagedSerializer100 =  interface end
public interface IDTSManagedSerializer100

The IDTSManagedSerializer100 type exposes the following members.

Methods

  Name Description
Public method DeSerialize Infrastructure. Deserializes an XML document.
Public method IsSerializable Infrastructure. Specifies whether an object can be deserialized.
Public method Serialize Infrastructure. Serializes an object.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace