Interface ConnectionManagerExcel
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
For more information, see ConnectionManagerExcelClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")> _
Public Interface ConnectionManagerExcel _
Inherits IDTSConnectionManager100
'Uso
Dim instance As ConnectionManagerExcel
[GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")]
public interface ConnectionManagerExcel : IDTSConnectionManager100
[GuidAttribute(L"E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")]
public interface class ConnectionManagerExcel : IDTSConnectionManager100
[<GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")>]
type ConnectionManagerExcel =
interface
interface IDTSConnectionManager100
end
public interface ConnectionManagerExcel extends IDTSConnectionManager100
O tipo ConnectionManagerExcel expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
ConnectionString | Infraestrutura. Gets or sets the connection string used to establish a connection to a data source. (Herdado de IDTSConnectionManager100.) | |
ProtectionLevel | Infraestrutura. Gets or sets the level of encryption performed on sensitive data that is contained in the package. (Herdado de IDTSConnectionManager100.) | |
Scope | Infraestrutura. Gets the scope of the connection manager. (Herdado de IDTSConnectionManager100.) | |
SupportsDTCTransactions | Infraestrutura. Gets a Boolean that indicates whether the connection supports Microsoft Distributed Transaction Coordinator (MS DTC) transactions. (Herdado de IDTSConnectionManager100.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
AcquireConnection | Infraestrutura. Creates an instance of the connection type. (Herdado de IDTSConnectionManager100.) | |
ReleaseConnection | Infraestrutura. Frees the connection established during AcquireConnection. Can be called at design time and runtime. (Herdado de IDTSConnectionManager100.) | |
SetQualifier | Infraestrutura. Changes a qualifier on the connection manager after the connection manager has been created but before it is used in a running package. (Herdado de IDTSConnectionManager100.) | |
Validate | Infraestrutura. Validates the connection and returns an enumeration that indicates success or failure. (Herdado de IDTSConnectionManager100.) |
Início