Condividi tramite


Interfaccia IDTSRunningPackages100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Contains a collection of IDTSRunningPackage100 objects.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("76B14DD9-D400-4516-BC92-73683B7DDE56")> _
Public Interface IDTSRunningPackages100 _
    Inherits IEnumerable
'Utilizzo
Dim instance As IDTSRunningPackages100
[GuidAttribute("76B14DD9-D400-4516-BC92-73683B7DDE56")]
public interface IDTSRunningPackages100 : IEnumerable
[GuidAttribute(L"76B14DD9-D400-4516-BC92-73683B7DDE56")]
public interface class IDTSRunningPackages100 : IEnumerable
[<GuidAttribute("76B14DD9-D400-4516-BC92-73683B7DDE56")>]
type IDTSRunningPackages100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSRunningPackages100 extends IEnumerable

Nel tipo IDTSRunningPackages100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Infrastruttura. Gets the number of elements contained in the collection.
Proprietà pubblica Item Infrastruttura. Gets the running package with the specified key.

In alto

Metodi

  Nome Descrizione
Metodo pubblico GetEnumerator Infrastruttura. Gets an enumerator that iterates through the collection.

In alto

Osservazioni

For more information, see RunningPackages.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper