Freigeben über


IDTSConnectionInfos100-Schnittstelle

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

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 (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("DE4C1E38-CECA-486C-93F9-FF8F4133EF64")> _
Public Interface IDTSConnectionInfos100 _
    Inherits IEnumerable
'Usage
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

Der IDTSConnectionInfos100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Infrastruktur Gets the number of IDTSConnectionInfo100 objects in the collection.
Öffentliche Eigenschaft Item Infrastruktur Gets the IDTSConnectionInfo100 object from the collection by the name, index, ID, or identity.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetEnumerator Infrastruktur Returns an IEnumerator object that iterates through the IDTSConnectionInfos100 collection.

Zum Anfang

Hinweise

For more information, see ConnectionInfos.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace