IDTSManagedSerializer100 Interface

 

This API supports the product 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.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[TypeLibTypeAttribute(TypeLibTypeFlags::FHidden | TypeLibTypeFlags::FRestricted | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("4BE2F37D-0E96-4633-989A-5F9B0DE0D66B")]
public interface class IDTSManagedSerializer100

NameDescription
System_CAPS_pubmethodDeSerialize(String^)

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

Deserializes an XML document.

System_CAPS_pubmethodIsSerializable(Object^)

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

Specifies whether an object can be deserialized.

System_CAPS_pubmethodSerialize(Object^)

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

Serializes an object.

Return to top
Show: