IDTSPathCollection100 인터페이스
Provides a collection container for storing IDTSPath100 objects.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap
구문
‘선언
<GuidAttribute("7CBD8649-1FE1-47E3-982A-FEEFBAC69390")> _
Public Interface IDTSPathCollection100 _
Inherits IEnumerable
‘사용 방법
Dim instance As IDTSPathCollection100
[GuidAttribute("7CBD8649-1FE1-47E3-982A-FEEFBAC69390")]
public interface IDTSPathCollection100 : IEnumerable
[GuidAttribute(L"7CBD8649-1FE1-47E3-982A-FEEFBAC69390")]
public interface class IDTSPathCollection100 : IEnumerable
[<GuidAttribute("7CBD8649-1FE1-47E3-982A-FEEFBAC69390")>]
type IDTSPathCollection100 =
interface
interface IEnumerable
end
public interface IDTSPathCollection100 extends IEnumerable
주의
Each IDTSPath100 object in this collection represents a connection, or flow of data, between two components in the data flow task.
Paths are established between components first by adding the new path to the collection, and then by calling its AttachPathAndPropagateNotifications method.