Compartir a través de


Interfaz IDTSConnections100

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Provides properties and methods for working on a collection of connection managers.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("9E24C6D5-D81E-4084-BBBC-8FA689780239")> _
Public Interface IDTSConnections100 _
    Inherits IEnumerable
'Uso
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

El tipo IDTSConnections100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Infraestructura. Gets the number of items contained in the collection.
Propiedad pública Item Infraestructura. Returns the connection manager with the specified key.

Arriba

Métodos

  Nombre Descripción
Método público Add Infraestructura. Adds the connection manager of the specified connection type to collection.
Método público AddFromXML Infraestructura. Adds the connection manager that was serialized in the XML document to the collection.
Método público Contains Infraestructura. Determines whether the collection contains the connection manager with the specified key.
Método público GetEnumerator Infraestructura. Gets an enumerator that iterates through the collection.
Método público Join Infraestructura. Joins the specified connection manager into this collection.
Método público Remove Infraestructura. Removes the connection manager from the collection.

Arriba

Comentarios

For more information, see Connections.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper