Interface IDTSObjectReferenceTracker100
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Provides an interface for the analysis regarding the impact and consequences of deleting variables and connections from a package.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("2C14004B-E2D3-43AF-95D8-DAF66E33C54B")> _
Public Interface IDTSObjectReferenceTracker100
'Utilisation
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
Le type IDTSObjectReferenceTracker100 expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
AddReference | Infrastructure. Adds a reference to a list for reference tracking. | |
DestroyList | Infrastructure. Destroys the specified reference list from reference tracking. | |
RemoveReference | Infrastructure. Removes a reference from an existing list. | |
SetListInfo | Infrastructure. Provides metadata for an existing reference list. |
Haut de la page