IDTSManagedWrapper100 Interface

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("78319370-39B2-44BB-947C-BDDE40E5180B")> _
Public Interface IDTSManagedWrapper100
'Usage
Dim instance As IDTSManagedWrapper100
[GuidAttribute("78319370-39B2-44BB-947C-BDDE40E5180B")]
public interface IDTSManagedWrapper100
[GuidAttribute(L"78319370-39B2-44BB-947C-BDDE40E5180B")]
public interface class IDTSManagedWrapper100
[<GuidAttribute("78319370-39B2-44BB-947C-BDDE40E5180B")>]
type IDTSManagedWrapper100 =  interface end
public interface IDTSManagedWrapper100

The IDTSManagedWrapper100 type exposes the following members.

Properties

  Name Description
Public property ManagedForEachEnumeratorQualifiedName Infrastructure.
Public property WrappedConnection Infrastructure.
Public property WrappedForEachEnumerator Infrastructure.
Public property WrappedLogProvider Infrastructure.
Public property WrappedTask Infrastructure.

Top

Methods

  Name Description
Public method SetManagedObject Infrastructure.

Top