DTSObjectReferenceType 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.
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
Name | Value | Description |
---|---|---|
DTSORT_VARIABLE_READONLY | 0 | A read-only variable. |
DTSORT_VARIABLE_READWRITE | 1 | A read/write variable. |
DTSORT_CONNECTION | 2 | A connection. |
Remarks
For more information, see DTSObjectReferenceType.