ManagerSerializer クラス

定義

マネージャーのシリアライザーを表します。

public ref class ManagerSerializer sealed : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSManagedSerializer100
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("5B2225DA-3520-4216-923B-40A8BC29D1F7")]
[System.Runtime.InteropServices.ProgId("")]
public sealed class ManagerSerializer : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSManagedSerializer100
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.ProgId("")]
[System.Runtime.InteropServices.Guid("423C207C-3EF4-4E34-A73D-7D5BF6AAC85A")]
public sealed class ManagerSerializer : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSManagedSerializer100
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.ProgId("")]
[System.Runtime.InteropServices.Guid("598C05FB-58DA-46FB-8457-CB3623604D75")]
public sealed class ManagerSerializer : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSManagedSerializer100
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("5B2225DA-3520-4216-923B-40A8BC29D1F7")>]
[<System.Runtime.InteropServices.ProgId("")>]
type ManagerSerializer = class
    interface IDTSManagedSerializer100
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.ProgId("")>]
[<System.Runtime.InteropServices.Guid("423C207C-3EF4-4E34-A73D-7D5BF6AAC85A")>]
type ManagerSerializer = class
    interface IDTSManagedSerializer100
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.ProgId("")>]
[<System.Runtime.InteropServices.Guid("598C05FB-58DA-46FB-8457-CB3623604D75")>]
type ManagerSerializer = class
    interface IDTSManagedSerializer100
Public NotInheritable Class ManagerSerializer
Implements IDTSManagedSerializer100
継承
ManagerSerializer
属性
実装

コンストラクター

ManagerSerializer()

ManagerSerializer クラスの新しいインスタンスを初期化します。

メソッド

DeSerialize(String)

シリアライザーをシリアル化解除します。

IsSerializable(Object)

ManagerSerializer をシリアル化できるかどうかを指定します。

Serialize(Object)

オブジェクトをシリアル化します。

適用対象