IDTSInputColumnCollection100 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 IDTSInputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("24244D48-2764-4F79-8E33-4C9A7B8D4E2D")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("24244D48-2764-4F79-8E33-4C9A7B8D4E2D")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputColumnCollection100 = interface
interface IEnumerable
Public Interface IDTSInputColumnCollection100
Implements IEnumerable
- Attributes
- Implements
Remarks
The IDTSInputColumnCollection100 contains a collection of IDTSInputColumn100 objects. The collection provides the ability to add, delete, and enumerate the items in the collection.
The columns in the collection are typically inserted into the collection by calling the SetUsageType method of the design time interface. This method sets the UsageType property of a column and places it in the collection.
Properties
Count | |
Item[Object] |