Compartilhar via


Interface IDtsConnectionBaseService

Provides a base service that can be used to create new connection.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Design
Assembly:  Microsoft.SqlServer.Dts.Design (em Microsoft.SqlServer.Dts.Design.dll)

Sintaxe

'Declaração
Public Interface IDtsConnectionBaseService
'Uso
Dim instance As IDtsConnectionBaseService
public interface IDtsConnectionBaseService
public interface class IDtsConnectionBaseService
type IDtsConnectionBaseService =  interface end
public interface IDtsConnectionBaseService

O tipo IDtsConnectionBaseService expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública IsDesignerOnline Gets a value that indicates whether the designer is working in an online mode.

Início

Métodos

  Nome Descrição
Método público CreateConnection(String) Creates a new connection using the specified connection type.
Método público CreateConnection(String, ConnectionManagerUIArgs) Creates a new connection using the specified connection type and argument.
Método público GetConnections Retrieves all connection managers in the current package.
Método público GetConnectionsOfType Returns all connections of the specified type found in the current package.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Design