IDTSObjectReferenceTracker100-Schnittstelle
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Provides an interface for the analysis regarding the impact and consequences of deleting variables and connections from a package.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("2C14004B-E2D3-43AF-95D8-DAF66E33C54B")> _
Public Interface IDTSObjectReferenceTracker100
'Usage
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
Der IDTSObjectReferenceTracker100-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
AddReference | Infrastruktur Adds a reference to a list for reference tracking. | |
DestroyList | Infrastruktur Destroys the specified reference list from reference tracking. | |
RemoveReference | Infrastruktur Removes a reference from an existing list. | |
SetListInfo | Infrastruktur Provides metadata for an existing reference list. |
Zum Anfang