IDTSRunningPackages100 Interface

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

For more information, see RunningPackages.

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

Syntax

'Declaration
<GuidAttribute("722049AD-7BEE-4C71-9071-E0F89E3FFAE0")> _
Public Interface IDTSRunningPackages100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSRunningPackages100
[GuidAttribute("722049AD-7BEE-4C71-9071-E0F89E3FFAE0")]
public interface IDTSRunningPackages100 : IEnumerable
[GuidAttribute(L"722049AD-7BEE-4C71-9071-E0F89E3FFAE0")]
public interface class IDTSRunningPackages100 : IEnumerable
[<GuidAttribute("722049AD-7BEE-4C71-9071-E0F89E3FFAE0")>]
type IDTSRunningPackages100 =  
    interface
        interface IEnumerable
    end
public interface IDTSRunningPackages100 extends IEnumerable

The IDTSRunningPackages100 type exposes the following members.

Properties

  Name Description
Public property Count Infrastructure. For more information, see RunningPackages.
Public property Item Infrastructure. For more information, see RunningPackages.

Top

Methods

  Name Description
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Infrastructure. For more information, see RunningPackages.

Top