Compartir a través de


DtsProperty.ConnectionType Property

Returns the name of the connection manager used to create the connection. This field is read-only.

Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Sintaxis

'Declaración
Public ReadOnly Property ConnectionType As String
public string ConnectionType { get; }
public:
property String^ ConnectionType {
    String^ get ();
}
/** @property */
public String get_ConnectionType ()
public function get ConnectionType () : String

Valor de propiedad

A String that contains the name of the connection manager used to create the connection. null if the object is not a connection manager.

Notas

A partial list of connection manager types included with Integration Services (SSIS)are:

  • ADO, the connection manager for ActiveX Data Objects (ADO)

  • ADO.NET, the connection manager for ADO.NET

  • FILE, the connection manager for files

For a complete list of connection managers included with SSIS and their associated names, see Adding Connections Programmatically.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

DtsProperty Class
DtsProperty Members
Microsoft.SqlServer.Dts.Runtime Namespace