IDTSManagedWrapper100 Interface

 

This API supports the product 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)

[GuidAttribute("E870162C-FA33-4FDB-B3DD-B4236865BD38")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FHidden | TypeLibTypeFlags::FDual | TypeLibTypeFlags::FRestricted | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSManagedWrapper100

NameDescription
System_CAPS_pubpropertyManagedForEachEnumeratorQualifiedName

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the qualified name of the managed wrapper for each enumerator.

System_CAPS_pubpropertyWrappedConnection

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the wrapped connection.

System_CAPS_pubpropertyWrappedForEachEnumerator

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the wrapped object for each enumerator.

System_CAPS_pubpropertyWrappedLogProvider

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the wrapped log provider.

System_CAPS_pubpropertyWrappedTask

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the wrapped task.

NameDescription
System_CAPS_pubmethodSetManagedObject(String^, String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Sets the managed assembly object.

Return to top
Show: