ConnectionManagerMultiFile Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
For more information, see ConnectionManagerMultiFileClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")> _
Public Interface ConnectionManagerMultiFile _
Inherits IDTSConnectionManager100
'Usage
Dim instance As ConnectionManagerMultiFile
[GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")]
public interface ConnectionManagerMultiFile : IDTSConnectionManager100
[GuidAttribute(L"E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")]
public interface class ConnectionManagerMultiFile : IDTSConnectionManager100
[<GuidAttribute("E4698A7F-9E40-47AD-A6C6-784BFACA0CA9")>]
type ConnectionManagerMultiFile =
interface
interface IDTSConnectionManager100
end
public interface ConnectionManagerMultiFile extends IDTSConnectionManager100
The ConnectionManagerMultiFile type exposes the following members.
Properties
Name | Description | |
---|---|---|
ConnectionString | Infrastructure. Gets or sets the connection string used to establish a connection to a data source. (Inherited from IDTSConnectionManager100.) | |
ProtectionLevel | Infrastructure. Gets or sets the level of encryption performed on sensitive data that is contained in the package. (Inherited from IDTSConnectionManager100.) | |
Scope | Infrastructure. Gets the scope of the connection manager. (Inherited from IDTSConnectionManager100.) | |
SupportsDTCTransactions | Infrastructure. Gets a Boolean that indicates whether the connection supports Microsoft Distributed Transaction Coordinator (MS DTC) transactions. (Inherited from IDTSConnectionManager100.) |
Top
Methods
Name | Description | |
---|---|---|
AcquireConnection | Infrastructure. Creates an instance of the connection type. (Inherited from IDTSConnectionManager100.) | |
ReleaseConnection | Infrastructure. Frees the connection established during AcquireConnection. Can be called at design time and runtime. (Inherited from IDTSConnectionManager100.) | |
SetQualifier | Infrastructure. Changes a qualifier on the connection manager after the connection manager has been created but before it is used in a running package. (Inherited from IDTSConnectionManager100.) | |
Validate | Infrastructure. Validates the connection and returns an enumeration that indicates success or failure. (Inherited from IDTSConnectionManager100.) |
Top