इसके माध्यम से साझा किया गया


IDTSRunningPackages100 Interface

This API supports the .NET Framework 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