Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Provides a base service that can be used to create new connection.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Design
Ensamblado: Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)
Sintaxis
'Declaración
Public Interface IDtsConnectionBaseService
'Uso
Dim instance As IDtsConnectionBaseService
public interface IDtsConnectionBaseService
public interface class IDtsConnectionBaseService
type IDtsConnectionBaseService = interface end
public interface IDtsConnectionBaseService
El tipo IDtsConnectionBaseService expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
IsDesignerOnline | Gets a value that indicates whether the designer is working in an online mode. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
CreateConnection(String) | Creates a new connection using the specified connection type. |
![]() |
CreateConnection(String, ConnectionManagerUIArgs) | Creates a new connection using the specified connection type and argument. |
![]() |
GetConnections | Retrieves all connection managers in the current package. |
![]() |
GetConnectionsOfType | Returns all connections of the specified type found in the current package. |
Arriba
.gif)
.gif)