ConnectionManagerFile Interface

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see ConnectionManagerFileClass.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("E6E46B7A-6424-41C2-B658-387221DB74ED")> _
Public Interface ConnectionManagerFile _
    Inherits IDTSConnectionManager100
'Usage
Dim instance As ConnectionManagerFile
[GuidAttribute("E6E46B7A-6424-41C2-B658-387221DB74ED")]
public interface ConnectionManagerFile : IDTSConnectionManager100
[GuidAttribute(L"E6E46B7A-6424-41C2-B658-387221DB74ED")]
public interface class ConnectionManagerFile : IDTSConnectionManager100
[<GuidAttribute("E6E46B7A-6424-41C2-B658-387221DB74ED")>]
type ConnectionManagerFile =  
    interface
        interface IDTSConnectionManager100
    end
public interface ConnectionManagerFile extends IDTSConnectionManager100

The ConnectionManagerFile type exposes the following members.

Properties

  Name Description
Public property ConnectionString Infrastructure. For more information, see ConnectionManager. (Inherited from IDTSConnectionManager100.)
Public property ProtectionLevel Infrastructure. For more information, see ConnectionManager. (Inherited from IDTSConnectionManager100.)
Public property SupportsDTCTransactions Infrastructure. For more information, see ConnectionManager. (Inherited from IDTSConnectionManager100.)

Top

Methods

  Name Description
Public method AcquireConnection Infrastructure. For more information, see ConnectionManager. (Inherited from IDTSConnectionManager100.)
Public method ReleaseConnection Infrastructure. For more information, see ConnectionManager. (Inherited from IDTSConnectionManager100.)
Public method SetQualifier Infrastructure. For more information, see ConnectionManager. (Inherited from IDTSConnectionManager100.)
Public method Validate Infrastructure. For more information, see ConnectionManager. (Inherited from IDTSConnectionManager100.)

Top