DTSObjectReferenceType Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
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 method.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Member name | Description | |
|---|---|---|
| DTSORT_CONNECTION | A connection. | |
| DTSORT_VARIABLE_READONLY | A read-only variable. | |
| DTSORT_VARIABLE_READWRITE | A read/write variable. |
For more information, see DTSObjectReferenceType.
Show: