Interfaccia IDTSPackageInfos100

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

Provides properties and methods for working on a collection of IDTSPackageInfo100 objects.

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

Sintassi

'Dichiarazione
<GuidAttribute("373BF673-95DD-48E6-AD97-454EA47BAD2E")> _
Public Interface IDTSPackageInfos100 _
    Inherits IEnumerable
'Utilizzo
Dim instance As IDTSPackageInfos100
[GuidAttribute("373BF673-95DD-48E6-AD97-454EA47BAD2E")]
public interface IDTSPackageInfos100 : IEnumerable
[GuidAttribute(L"373BF673-95DD-48E6-AD97-454EA47BAD2E")]
public interface class IDTSPackageInfos100 : IEnumerable
[<GuidAttribute("373BF673-95DD-48E6-AD97-454EA47BAD2E")>]
type IDTSPackageInfos100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSPackageInfos100 extends IEnumerable

Nel tipo IDTSPackageInfos100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Infrastruttura. Gets the number of elements contained in the IDTSPackageInfos100 instance.
Proprietà pubblica Item Infrastruttura. Gets the IDTSPackageInfo100 object from the collection.

In alto

Metodi

  Nome Descrizione
Metodo pubblico GetEnumerator Infrastruttura. Returns an enumerator for use in iterating over the IDTSPackageInfos100 collection.

In alto

Osservazioni

For more information, see PackageInfos.

Vedere anche

Riferimento

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