DTSObjectReferenceType Enum

Definition

Specifies the types of objects that the ObjectReferenceTracker class will provide impact analysis for. This enumeration is used by the EnumReferencedObjects class, which in turn is used by the Package class in its FindReferencedObjects(Object) method.

public enum class DTSObjectReferenceType
public enum DTSObjectReferenceType
type DTSObjectReferenceType = 
Public Enum DTSObjectReferenceType
Inheritance
DTSObjectReferenceType

Fields

DTSORT_CONNECTION 2

A connection.

DTSORT_VARIABLE_READONLY 0

A read-only variable.

DTSORT_VARIABLE_READWRITE 1

A read/write variable.

Remarks

For more information, see DTSObjectReferenceType.

Applies to