Compartir a través de


Interfaz IDTSRuntimeConnection100

References a ConnectionManager object in a package.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("CC359242-1D22-4B5D-8C20-FAB764174676")> _
Public Interface IDTSRuntimeConnection100 _
    Inherits IDTSObject100
'Uso
Dim instance As IDTSRuntimeConnection100
[GuidAttribute("CC359242-1D22-4B5D-8C20-FAB764174676")]
public interface IDTSRuntimeConnection100 : IDTSObject100
[GuidAttribute(L"CC359242-1D22-4B5D-8C20-FAB764174676")]
public interface class IDTSRuntimeConnection100 : IDTSObject100
[<GuidAttribute("CC359242-1D22-4B5D-8C20-FAB764174676")>]
type IDTSRuntimeConnection100 =  
    interface
        interface IDTSObject100
    end
public interface IDTSRuntimeConnection100 extends IDTSObject100

El tipo IDTSRuntimeConnection100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ConnectionManager Gets or sets the IDTSConnectionManager100 object referenced by the run-time connection object.
Propiedad pública ConnectionManagerID Gets or sets the ID of the ConnectionManager object contained in the package and used by the component.
Propiedad pública Description Gets or sets the description of an IDTSObject100. (Se hereda de IDTSObject100.)
Propiedad pública Description Gets or sets the description of the IDTSRuntimeConnection100 object.
Propiedad pública ID Gets or sets the ID of an IDTSObject100object. (Se hereda de IDTSObject100.)
Propiedad pública ID Gets or sets the ID of the IDTSRuntimeConnection100 object.
Propiedad pública IdentificationString Gets a string that uniquely identifies an IDTSObject100. (Se hereda de IDTSObject100.)
Propiedad pública IdentificationString Gets a string that uniquely identifies the IDTSRuntimeConnection100 object.
Propiedad pública Name Gets or sets the name of an IDTSObject100 object. (Se hereda de IDTSObject100.)
Propiedad pública Name Gets or sets the name of the run-time connection object.
Propiedad pública ObjectType Gets the ObjectType property of an IDTSObject100. (Se hereda de IDTSObject100.)
Propiedad pública ObjectType Gets the DTSObjectType of the run-time connection object.

Arriba

Métodos

  Nombre Descripción
Método público ReleaseConnectionManager Releases the reference to a ConnectionManager referenced by an IDTSRuntimeConnection100 object.

Arriba

Comentarios

The IDTSRuntimeConnection100 object holds a reference to a ConnectionManager object in the package that is used by the component to acquire a connection to an external data source. Data flow components that require connections to external data sources add a run-time connection to the RuntimeConnectionCollection to indicate their need for a connection.