Énumération DTSObjectReferenceType
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre 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.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Public Enumeration DTSObjectReferenceType
'Utilisation
Dim instance As DTSObjectReferenceType
public enum DTSObjectReferenceType
public enum class DTSObjectReferenceType
type DTSObjectReferenceType
public enum DTSObjectReferenceType
Membres
Nom de membre | Description | |
---|---|---|
DTSORT_CONNECTION | A connection. | |
DTSORT_VARIABLE_READONLY | A read-only variable. | |
DTSORT_VARIABLE_READWRITE | A read/write variable. |
Notes
For more information, see DTSObjectReferenceType.