共用方式為


IDTSRuntimeComponent100.ReferenceTracker 屬性

Sets the IDTSObjectReferenceTracker100.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
WriteOnly Property ReferenceTracker As IDTSObjectReferenceTracker100 
    Set
'用途
Dim instance As IDTSRuntimeComponent100 
Dim value As IDTSObjectReferenceTracker100

instance.ReferenceTracker = value
IDTSObjectReferenceTracker100 ReferenceTracker { set; }
property IDTSObjectReferenceTracker100^ ReferenceTracker {
    void set (IDTSObjectReferenceTracker100^ value);
}
abstract ReferenceTracker : IDTSObjectReferenceTracker100 with get, set
function set ReferenceTracker (value : IDTSObjectReferenceTracker100)

屬性值

型別:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectReferenceTracker100
The IDTSObjectReferenceTracker100 interface.

備註

The ReferenceTracker provides impact analysis for the SSIS run-time engine. Components register the variables and connections used by the component. If another object in the package attempts to delete the variable or connection referenced by the component, the system can verify that the variable or connection is used by the component, and display this information.

請參閱

參考

IDTSRuntimeComponent100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間