Поделиться через


Перечисление DTSObjectReferenceType

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

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.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Public Enumeration DTSObjectReferenceType
'Применение
Dim instance As DTSObjectReferenceType
public enum DTSObjectReferenceType
public enum class DTSObjectReferenceType
type DTSObjectReferenceType
public enum DTSObjectReferenceType

Элементы

Имя элемента Описание
DTSORT_CONNECTION A connection.
DTSORT_VARIABLE_READONLY A read-only variable.
DTSORT_VARIABLE_READWRITE A read/write variable.

Замечания

For more information, see DTSObjectReferenceType.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper