Compartilhar via


Interface IDTSPackageInfos100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
<GuidAttribute("373BF673-95DD-48E6-AD97-454EA47BAD2E")> _
Public Interface IDTSPackageInfos100 _
    Inherits IEnumerable
'Uso
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

O tipo IDTSPackageInfos100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Infraestrutura. Gets the number of elements contained in the IDTSPackageInfos100 instance.
Propriedade pública Item Infraestrutura. Gets the IDTSPackageInfo100 object from the collection.

Início

Métodos

  Nome Descrição
Método público GetEnumerator Infraestrutura. Returns an enumerator for use in iterating over the IDTSPackageInfos100 collection.

Início

Comentários

For more information, see PackageInfos.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper