IDTSComponentMetaDataCollection100 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface class IDTSComponentMetaDataCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("070750F2-631D-4E3E-8FE5-BE6B1CDF2632")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentMetaDataCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("070750F2-631D-4E3E-8FE5-BE6B1CDF2632")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentMetaDataCollection100 = interface
interface IEnumerable
Public Interface IDTSComponentMetaDataCollection100
Implements IEnumerable
- Attributes
- Implements
Remarks
The IDTSComponentMetaDataCollection100 collection contains the IDTSComponentMetaData100 objects, which are components that have been added to the MainPipe class.
Components are added to the IDTSComponentMetaDataCollection100 by calling the New method. The objects in this collection represent the components in the data flow task, which in the object model is the MainPipe object.
Properties
Count | |
Item[Object] |