Compartilhar via


Interface IDTSConnectionInfos100

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

Contains information about all the connections on the computer. The collection contains IDTSConnectionInfo100 objects that provide the details about each connection. The collection is available using the ApplicationClass class.

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

Sintaxe

'Declaração
<GuidAttribute("DE4C1E38-CECA-486C-93F9-FF8F4133EF64")> _
Public Interface IDTSConnectionInfos100 _
    Inherits IEnumerable
'Uso
Dim instance As IDTSConnectionInfos100
[GuidAttribute("DE4C1E38-CECA-486C-93F9-FF8F4133EF64")]
public interface IDTSConnectionInfos100 : IEnumerable
[GuidAttribute(L"DE4C1E38-CECA-486C-93F9-FF8F4133EF64")]
public interface class IDTSConnectionInfos100 : IEnumerable
[<GuidAttribute("DE4C1E38-CECA-486C-93F9-FF8F4133EF64")>]
type IDTSConnectionInfos100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSConnectionInfos100 extends IEnumerable

O tipo IDTSConnectionInfos100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Infraestrutura. Gets the number of IDTSConnectionInfo100 objects in the collection.
Propriedade pública Item Infraestrutura. Gets the IDTSConnectionInfo100 object from the collection by the name, index, ID, or identity.

Início

Métodos

  Nome Descrição
Método público GetEnumerator Infraestrutura. Returns an IEnumerator object that iterates through the IDTSConnectionInfos100 collection.

Início

Comentários

For more information, see ConnectionInfos.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper