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 | |
---|---|---|
ManagedForEachEnumeratorQualifiedName | Infrastructure. Gets the qualified name of the managed wrapper for each enumerator. | |
WrappedConnection | Infrastructure. Gets or sets the wrapped connection. | |
WrappedForEachEnumerator | Infrastructure. Gets or sets the wrapped object for each enumerator. | |
WrappedLogProvider | Infrastructure. Gets or sets the wrapped log provider. | |
WrappedTask | Infrastructure. Gets or sets the wrapped task. |
Top
Methods
Name | Description | |
---|---|---|
SetManagedObject | Infrastructure. Sets the managed assembly object. |
Top