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.Sql2014
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[GuidAttribute("C5944DAE-AB2C-43E9-927E-4DBEFCC10387")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FHidden | TypeLibTypeFlags::FRestricted | TypeLibTypeFlags::FDispatchable)]
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: