Interfaccia IDTSConnections100

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 connection managers.

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

Sintassi

'Dichiarazione
<GuidAttribute("9E24C6D5-D81E-4084-BBBC-8FA689780239")> _
Public Interface IDTSConnections100 _
    Inherits IEnumerable
'Utilizzo
Dim instance As IDTSConnections100
[GuidAttribute("9E24C6D5-D81E-4084-BBBC-8FA689780239")]
public interface IDTSConnections100 : IEnumerable
[GuidAttribute(L"9E24C6D5-D81E-4084-BBBC-8FA689780239")]
public interface class IDTSConnections100 : IEnumerable
[<GuidAttribute("9E24C6D5-D81E-4084-BBBC-8FA689780239")>]
type IDTSConnections100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSConnections100 extends IEnumerable

Nel tipo IDTSConnections100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Infrastruttura. Gets the number of items contained in the collection.
Proprietà pubblica Item Infrastruttura. Returns the connection manager with the specified key.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add Infrastruttura. Adds the connection manager of the specified connection type to collection.
Metodo pubblico AddFromXML Infrastruttura. Adds the connection manager that was serialized in the XML document to the collection.
Metodo pubblico Contains Infrastruttura. Determines whether the collection contains the connection manager with the specified key.
Metodo pubblico GetEnumerator Infrastruttura. Gets an enumerator that iterates through the collection.
Metodo pubblico Join Infrastruttura. Joins the specified connection manager into this collection.
Metodo pubblico Remove Infrastruttura. Removes the connection manager from the collection.

In alto

Osservazioni

For more information, see Connections.

Vedere anche

Riferimento

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