IDTSManagedSerializer100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see ManagerSerializer.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("368649CC-8595-4592-A432-81F85BFEF102")> _
Public Interface IDTSManagedSerializer100
'Usage
Dim instance As IDTSManagedSerializer100
[GuidAttribute("368649CC-8595-4592-A432-81F85BFEF102")]
public interface IDTSManagedSerializer100
[GuidAttribute(L"368649CC-8595-4592-A432-81F85BFEF102")]
public interface class IDTSManagedSerializer100
[<GuidAttribute("368649CC-8595-4592-A432-81F85BFEF102")>]
type IDTSManagedSerializer100 = interface end
public interface IDTSManagedSerializer100
The IDTSManagedSerializer100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
DeSerialize | Infrastructure. For more information, see ManagerSerializer. | |
IsSerializable | Infrastructure. For more information, see ManagerSerializer. | |
Serialize | Infrastructure. For more information, see ManagerSerializer. |
Top