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. |
上層