IDTSPath100.EndPoint 속성

Gets or sets the IDTSInput100 object associated with a path.

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

구문

‘선언
Property EndPoint As IDTSInput100 
    Get 
    Set
‘사용 방법
Dim instance As IDTSPath100 
Dim value As IDTSInput100 

value = instance.EndPoint

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

속성 값

유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
The IDTSInput100 of the component downstream in the path.

주의

You should avoid setting the EndPoint by assigning an input object to this property because the components affected by the establishment of the path are not notified. Instead, call AttachPathAndPropagateNotifications.

참고 항목

참조

IDTSPath100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스