Share via


IDTSConfigurations100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents a collection of IDTSConfiguration100 objects.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("1443FC2D-D441-4D9A-8B10-71416203E2CF")> _
Public Interface IDTSConfigurations100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSConfigurations100
[GuidAttribute("1443FC2D-D441-4D9A-8B10-71416203E2CF")]
public interface IDTSConfigurations100 : IEnumerable
[GuidAttribute(L"1443FC2D-D441-4D9A-8B10-71416203E2CF")]
public interface class IDTSConfigurations100 : IEnumerable
[<GuidAttribute("1443FC2D-D441-4D9A-8B10-71416203E2CF")>]
type IDTSConfigurations100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSConfigurations100 extends IEnumerable

The IDTSConfigurations100 type exposes the following members.

Properties

  Name Description
Public property Count Infrastructure. Gets the number of elements in the collection.
Public property Item Infrastructure. Gets a IDTSConfiguration100 object from the collection.

Top

Methods

  Name Description
Public method Add Infrastructure. Adds a IDTSConfiguration100 object to the end of the collection.
Public method GetEnumerator Infrastructure. Returns an enumerator for iterating over the IDTSConfiguration100 collection.
Public method InsertAfter Infrastructure. Adds a IDTSConfiguration100 object into the collection after an existing IDTSConfiguration100 object.
Public method InsertBefore Infrastructure. Adds a IDTSConfiguration100 object into the collection before an existing IDTSConfiguration100 object.
Public method MoveAfter Infrastructure. Relocates a IDTSConfiguration100 object after an existing IDTSConfiguration100 object.
Public method MoveBefore Infrastructure. Relocates a IDTSConfiguration100 object in front of an existing IDTSConfiguration100 object.
Public method Remove Infrastructure. Removes an IDTSConfiguration100 object from the collection.

Top

Remarks

For more information, see Configurations.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace