IDTSConfigurations100 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.
Represents a collection of IDTSConfiguration100 objects.
public interface class IDTSConfigurations100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("FA4604F3-5552-4C1A-BE3F-C67CFFE64012")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSConfigurations100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("69318F0E-7300-42DF-A75B-CCE10CB08777")]
public interface IDTSConfigurations100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("094006D6-2FA3-476D-BA5E-80C0A3EBF87A")]
public interface IDTSConfigurations100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("FA4604F3-5552-4C1A-BE3F-C67CFFE64012")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSConfigurations100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("69318F0E-7300-42DF-A75B-CCE10CB08777")>]
type IDTSConfigurations100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("094006D6-2FA3-476D-BA5E-80C0A3EBF87A")>]
type IDTSConfigurations100 = interface
interface IEnumerable
Public Interface IDTSConfigurations100
Implements IEnumerable
- Attributes
- Implements
Remarks
For more information, see Configurations.
Properties
Count |
Gets the number of elements in the collection. |
Item[Object] |
Gets a IDTSConfiguration100 object from the collection. |
Methods
Add() |
Adds a IDTSConfiguration100 object to the end of the collection. |
GetEnumerator() |
Returns an enumerator for iterating over the IDTSConfiguration100 collection. |
InsertAfter(Object, IDTSConfiguration100) |
Adds a IDTSConfiguration100 object into the collection after an existing IDTSConfiguration100 object. |
InsertBefore(Object, IDTSConfiguration100) |
Adds a IDTSConfiguration100 object into the collection before an existing IDTSConfiguration100 object. |
MoveAfter(Object, IDTSConfiguration100) |
Relocates a IDTSConfiguration100 object after an existing IDTSConfiguration100 object. |
MoveBefore(Object, IDTSConfiguration100) |
Relocates a IDTSConfiguration100 object in front of an existing IDTSConfiguration100 object. |
Remove(Object) |
Removes an IDTSConfiguration100 object from the collection. |