DTSObjectHostType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the type of container that is hosting the other task or container.
public enum class DTSObjectHostType
public enum DTSObjectHostType
type DTSObjectHostType =
Public Enum DTSObjectHostType
- Inheritance
-
DTSObjectHostType
Fields
Name | Value | Description |
---|---|---|
DTSOHT_TASK | 0 | The host is a task. |
DTSOHT_CONNECTIONMANAGER | 1 | The host is a connection manager. |
DTSOHT_LOGPROVIDER | 2 | The host is a log provider. |
DTSOHT_FOREACHENUMERATOR | 3 | The host is a Foreach enumerator. |
Remarks
For more information, see DTSObjectHostType.