IDTSManagedSerializer100 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Describes the interface for the managed serializer.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("4BE2F37D-0E96-4633-989A-5F9B0DE0D66B")> _
Public Interface IDTSManagedSerializer100
用法
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

IDTSManagedSerializer100 类型公开以下成员。

方法

  名称 说明
公共方法 DeSerialize 基础结构。Deserializes an XML document.
公共方法 IsSerializable 基础结构。Specifies whether an object can be deserialized.
公共方法 Serialize 基础结构。Serializes an object.

页首

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间