Enumeração DTSObjectReferenceType
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
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.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Enumeration DTSObjectReferenceType
'Uso
Dim instance As DTSObjectReferenceType
public enum DTSObjectReferenceType
public enum class DTSObjectReferenceType
type DTSObjectReferenceType
public enum DTSObjectReferenceType
Membros
Nome do membro | Descrição | |
---|---|---|
DTSORT_CONNECTION | A connection. | |
DTSORT_VARIABLE_READONLY | A read-only variable. | |
DTSORT_VARIABLE_READWRITE | A read/write variable. |
Comentários
For more information, see DTSObjectReferenceType.