Interfaccia ConnectionManagerHttp
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
For more information, see ConnectionManagerHttpClass.
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 ConnectionManagerHttp _
Inherits IDTSConnectionManager100
'Utilizzo
Dim instance As ConnectionManagerHttp
[GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")]
public interface ConnectionManagerHttp : IDTSConnectionManager100
[GuidAttribute(L"E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")]
public interface class ConnectionManagerHttp : IDTSConnectionManager100
[<GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")>]
type ConnectionManagerHttp =
interface
interface IDTSConnectionManager100
end
public interface ConnectionManagerHttp extends IDTSConnectionManager100
Nel tipo ConnectionManagerHttp sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
ConnectionString | Infrastruttura. Gets or sets the connection string used to establish a connection to a data source. Ereditato da IDTSConnectionManager100. | |
ProtectionLevel | Infrastruttura. Gets or sets the level of encryption performed on sensitive data that is contained in the package. Ereditato da IDTSConnectionManager100. | |
Scope | Infrastruttura. Gets the scope of the connection manager. Ereditato da IDTSConnectionManager100. | |
SupportsDTCTransactions | Infrastruttura. Gets a Boolean that indicates whether the connection supports Microsoft Distributed Transaction Coordinator (MS DTC) transactions. Ereditato da IDTSConnectionManager100. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
AcquireConnection | Infrastruttura. Creates an instance of the connection type. Ereditato da IDTSConnectionManager100. | |
ReleaseConnection | Infrastruttura. Frees the connection established during AcquireConnection. Can be called at design time and runtime. Ereditato da IDTSConnectionManager100. | |
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. Ereditato da IDTSConnectionManager100. | |
Validate | Infrastruttura. Validates the connection and returns an enumeration that indicates success or failure. Ereditato da IDTSConnectionManager100. |
In alto