Freigeben über


IDTSConnections100-Schnittstelle

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

For more information, see Connections.

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

Syntax

'Declaration
<GuidAttribute("2D3060CE-A06C-413B-BAD7-0EFE7CBD9459")> _
Public Interface IDTSConnections100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSConnections100
[GuidAttribute("2D3060CE-A06C-413B-BAD7-0EFE7CBD9459")]
public interface IDTSConnections100 : IEnumerable
[GuidAttribute(L"2D3060CE-A06C-413B-BAD7-0EFE7CBD9459")]
public interface class IDTSConnections100 : IEnumerable
[<GuidAttribute("2D3060CE-A06C-413B-BAD7-0EFE7CBD9459")>]
type IDTSConnections100 =  
    interface
        interface IEnumerable
    end
public interface IDTSConnections100 extends IEnumerable

Der IDTSConnections100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Infrastruktur For more information, see Connections.
Öffentliche Eigenschaft Item Infrastruktur For more information, see Connections.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add Infrastruktur For more information, see Connections.
Öffentliche Methode Contains Infrastruktur For more information, see Connections.
Öffentliche Methode GetEnumerator() () () () (Geerbt von IEnumerable.)
Öffentliche Methode GetEnumerator() () () () Infrastruktur For more information, see Connections.
Öffentliche Methode Remove Infrastruktur For more information, see Connections.

Zum Anfang