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.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[GuidAttribute("898DBC09-E7C9-4587-9629-4A6D632F3DF4")]
[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: