Interface IDTSObjectReferenceTracker100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
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 (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("2C14004B-E2D3-43AF-95D8-DAF66E33C54B")> _
Public Interface IDTSObjectReferenceTracker100
'Uso
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
O tipo IDTSObjectReferenceTracker100 expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
AddReference | Infraestrutura. Adds a reference to a list for reference tracking. | |
DestroyList | Infraestrutura. Destroys the specified reference list from reference tracking. | |
RemoveReference | Infraestrutura. Removes a reference from an existing list. | |
SetListInfo | Infraestrutura. Provides metadata for an existing reference list. |
Início