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.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Member name | Description | |
|---|---|---|
| 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.
Show: