DTSObjectHostType Enumeration

 

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

Describes the type of container that is hosting the other task or container.

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

public enum class DTSObjectHostType

Member nameDescription
DTSOHT_CONNECTIONMANAGER

The host is a connection manager.

DTSOHT_FOREACHENUMERATOR

The host is a Foreach enumerator.

DTSOHT_LOGPROVIDER

The host is a log provider.

DTSOHT_TASK

The host is a task.

For more information, see DTSObjectHostType.

Return to top
Show: