다음을 통해 공유


IDTSRuntimeComponent90.ReferenceTracker Property

Sets the IDTSObjectReferenceTracker90.

네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

구문

‘선언
<DispIdAttribute(24)> _
WriteOnly Property ReferenceTracker As IDTSObjectReferenceTracker90
[DispIdAttribute(24)] 
IDTSObjectReferenceTracker90 ReferenceTracker { set; }
[DispIdAttribute(24)] 
property IDTSObjectReferenceTracker90^ ReferenceTracker {
    void set ([InAttribute] IDTSObjectReferenceTracker90^ );
}
/** @property */
/** @attribute DispIdAttribute(24) */ 
void set_ReferenceTracker (/** @attribute InAttribute() */ IDTSObjectReferenceTracker90 )
DispIdAttribute(24) 
function set ReferenceTracker ( : IDTSObjectReferenceTracker90)

속성 값

The IDTSObjectReferenceTracker90 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.

스레드 보안

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

IDTSRuntimeComponent90 Interface
IDTSRuntimeComponent90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace