IDTSObjectReferenceTracker100 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Provides an interface for the analysis regarding the impact and consequences of deleting variables and connections from a package.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("2C14004B-E2D3-43AF-95D8-DAF66E33C54B")> _
Public Interface IDTSObjectReferenceTracker100
用法
Dim instance As IDTSObjectReferenceTracker100
[GuidAttribute("2C14004B-E2D3-43AF-95D8-DAF66E33C54B")]
public interface IDTSObjectReferenceTracker100
[GuidAttribute(L"2C14004B-E2D3-43AF-95D8-DAF66E33C54B")]
public interface class IDTSObjectReferenceTracker100
[<GuidAttribute("2C14004B-E2D3-43AF-95D8-DAF66E33C54B")>]
type IDTSObjectReferenceTracker100 = interface end
public interface IDTSObjectReferenceTracker100
IDTSObjectReferenceTracker100 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
AddReference | 基础结构。Adds a reference to a list for reference tracking. | |
DestroyList | 基础结构。Destroys the specified reference list from reference tracking. | |
RemoveReference | 基础结构。Removes a reference from an existing list. | |
SetListInfo | 基础结构。Provides metadata for an existing reference list. |
页首