Share via


IDTSManagedWrapper100 Interface

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

Represents a DTS managed wrapper.

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

Syntax

'Declaration
<GuidAttribute("898DBC09-E7C9-4587-9629-4A6D632F3DF4")> _
Public Interface IDTSManagedWrapper100
'Usage
Dim instance As IDTSManagedWrapper100
[GuidAttribute("898DBC09-E7C9-4587-9629-4A6D632F3DF4")]
public interface IDTSManagedWrapper100
[GuidAttribute(L"898DBC09-E7C9-4587-9629-4A6D632F3DF4")]
public interface class IDTSManagedWrapper100
[<GuidAttribute("898DBC09-E7C9-4587-9629-4A6D632F3DF4")>]
type IDTSManagedWrapper100 =  interface end
public interface IDTSManagedWrapper100

The IDTSManagedWrapper100 type exposes the following members.

Properties

  Name Description
Public property ManagedForEachEnumeratorQualifiedName Infrastructure. Gets the qualified name of the managed wrapper for each enumerator.
Public property WrappedConnection Infrastructure. Gets or sets the wrapped connection.
Public property WrappedForEachEnumerator Infrastructure. Gets or sets the wrapped object for each enumerator.
Public property WrappedLogProvider Infrastructure. Gets or sets the wrapped log provider.
Public property WrappedTask Infrastructure. Gets or sets the wrapped task.

Top

Methods

  Name Description
Public method SetManagedObject Infrastructure. Sets the managed assembly object.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace