IDTSOutputCollection100 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 IDTSOutputCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("E700706C-F23C-400A-BD62-AC760B11B985")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("E700706C-F23C-400A-BD62-AC760B11B985")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputCollection100 = interface
interface IEnumerable
Public Interface IDTSOutputCollection100
Implements IEnumerable
- Attributes
- Implements
Remarks
This collection contains the IDTSOutput100 objects of a data flow component, and also contains methods that allow outputs to be added, removed, and enumerated.
Properties
Count | |
Item[Object] |