Enumerazione DTSObjectReferenceType
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
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.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Enumeration DTSObjectReferenceType
'Utilizzo
Dim instance As DTSObjectReferenceType
public enum DTSObjectReferenceType
public enum class DTSObjectReferenceType
type DTSObjectReferenceType
public enum DTSObjectReferenceType
Membri
Nome membro | Descrizione | |
---|---|---|
DTSORT_CONNECTION | A connection. | |
DTSORT_VARIABLE_READONLY | A read-only variable. | |
DTSORT_VARIABLE_READWRITE | A read/write variable. |
Osservazioni
For more information, see DTSObjectReferenceType.