Compartir a través de


Enumeración DTSObjectReferenceType

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el 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.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Enumeration DTSObjectReferenceType
'Uso
Dim instance As DTSObjectReferenceType
public enum DTSObjectReferenceType
public enum class DTSObjectReferenceType
type DTSObjectReferenceType
public enum DTSObjectReferenceType

Miembros

Nombre del miembro Descripción
DTSORT_CONNECTION A connection.
DTSORT_VARIABLE_READONLY A read-only variable.
DTSORT_VARIABLE_READWRITE A read/write variable.

Comentarios

For more information, see DTSObjectReferenceType.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper