Share via


IDTSConfigurations100 Interface

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

For more information, see Configurations.

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

Syntax

'Declaration
<GuidAttribute("6DBE646F-DDEC-4A6B-A089-BDC62956EF75")> _
Public Interface IDTSConfigurations100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSConfigurations100
[GuidAttribute("6DBE646F-DDEC-4A6B-A089-BDC62956EF75")]
public interface IDTSConfigurations100 : IEnumerable
[GuidAttribute(L"6DBE646F-DDEC-4A6B-A089-BDC62956EF75")]
public interface class IDTSConfigurations100 : IEnumerable
[<GuidAttribute("6DBE646F-DDEC-4A6B-A089-BDC62956EF75")>]
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. For more information, see Configurations.
Public property Item Infrastructure. For more information, see Configurations.

Top

Methods

  Name Description
Public method Add Infrastructure. For more information, see Configurations.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Infrastructure. For more information, see Configurations.
Public method InsertAfter Infrastructure. For more information, see Configurations.
Public method InsertBefore Infrastructure. For more information, see Configurations.
Public method MoveAfter Infrastructure. For more information, see Configurations.
Public method MoveBefore Infrastructure. For more information, see Configurations.
Public method Remove Infrastructure. For more information, see Configurations.

Top