Freigeben über


IDTSRunningPackages100-Schnittstelle

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Der IDTSRunningPackages100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Infrastruktur For more information, see RunningPackages.
Öffentliche Eigenschaft Item Infrastruktur For more information, see RunningPackages.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetEnumerator() () () () (Geerbt von IEnumerable.)
Öffentliche Methode GetEnumerator() () () () Infrastruktur For more information, see RunningPackages.

Zum Anfang