ConnectionManagerMultiFileClass Class

Definition

Represents a connection manager multi-file class.

public ref class ConnectionManagerMultiFileClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerMultiFile, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerFile100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("13DFC6CE-ED0C-43E1-8753-F84D9BE3D0F0")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ConnectionManagerMultiFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerMultiFile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFile100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("841B6A90-E862-4385-986D-160EBAB581D3")]
public class ConnectionManagerMultiFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerMultiFile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFile100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("71A68D8A-1659-45B4-A3B2-EEC6FE61EBE6")]
public class ConnectionManagerMultiFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerMultiFile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFile100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("13DFC6CE-ED0C-43E1-8753-F84D9BE3D0F0")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ConnectionManagerMultiFileClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerMultiFile
    interface IDTSConnectionManagerFile100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("841B6A90-E862-4385-986D-160EBAB581D3")>]
type ConnectionManagerMultiFileClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerMultiFile
    interface IDTSConnectionManagerFile100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("71A68D8A-1659-45B4-A3B2-EEC6FE61EBE6")>]
type ConnectionManagerMultiFileClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerMultiFile
    interface IDTSConnectionManagerFile100
Public Class ConnectionManagerMultiFileClass
Implements ConnectionManagerMultiFile, IDTSConnectionManagerFile100
Inheritance
ConnectionManagerMultiFileClass
Attributes
Implements

Remarks

For more information, see ConnectionManager.

Constructors

ConnectionManagerMultiFileClass()

Initializes a new instance of the ConnectionManagerMultiFileClass class.

Properties

ConnectionString

Gets or sets the connection string used to establish a connection to a data source.

FileUsageType

Gets or sets the file connection usage type.

ProtectionLevel

Gets or sets the level of encryption performed on sensitive data that is contained in the package.

Scope

Gets or sets the scope for the connection.

SupportsDTCTransactions

Gets a value that indicates whether the connection supports DTC transactions.

Methods

AcquireConnection(Object)

Creates an instance of the connection type.

ReleaseConnection(Object)

Frees the connection established during AcquireConnection(Object).

SetQualifier(String)

Changes a qualifier on the connection manager after the connection manager has been created but before it is used in a running package.

Validate(IDTSInfoEvents100)

Validates the connection and returns an enumeration that indicates success or failure.

Applies to