Condividi tramite


Interfaccia IDTSConnectionManager100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Provides properties and methods that are used for managing connection to a data source.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")> _
Public Interface IDTSConnectionManager100
'Utilizzo
Dim instance As IDTSConnectionManager100
[GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")]
public interface IDTSConnectionManager100
[GuidAttribute(L"E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")]
public interface class IDTSConnectionManager100
[<GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")>]
type IDTSConnectionManager100 =  interface end
public interface IDTSConnectionManager100

Nel tipo IDTSConnectionManager100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica ConnectionString Infrastruttura. Gets or sets the connection string used to establish a connection to a data source.
Proprietà pubblica ProtectionLevel Infrastruttura. Gets or sets the level of encryption performed on sensitive data that is contained in the package.
Proprietà pubblica Scope Infrastruttura. Gets the scope of the connection manager.
Proprietà pubblica SupportsDTCTransactions Infrastruttura. Gets a Boolean that indicates whether the connection supports Microsoft Distributed Transaction Coordinator (MS DTC) transactions.

In alto

Metodi

  Nome Descrizione
Metodo pubblico AcquireConnection Infrastruttura. Creates an instance of the connection type.
Metodo pubblico ReleaseConnection Infrastruttura. Frees the connection established during AcquireConnection. Can be called at design time and runtime.
Metodo pubblico SetQualifier Infrastruttura. Changes a qualifier on the connection manager after the connection manager has been created but before it is used in a running package.
Metodo pubblico Validate Infrastruttura. Validates the connection and returns an enumeration that indicates success or failure.

In alto

Osservazioni

For more information, see ConnectionManager.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper