DTSObjectHostType Enum

Definition

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

DTSOHT_CONNECTIONMANAGER 1

The host is a connection manager.

DTSOHT_FOREACHENUMERATOR 3

The host is a Foreach enumerator.

DTSOHT_LOGPROVIDER 2

The host is a log provider.

DTSOHT_TASK 0

The host is a task.

Remarks

For more information, see DTSObjectHostType.

Applies to