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.