共用方式為


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 命名空間