ConnectionManagerFlatFileClass Class

Definition

Represents a connection manager flat file class.

public ref class ConnectionManagerFlatFileClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerFlatFile, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerFile100, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerFlatFile100
public ref class ConnectionManagerFlatFileClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerFlatFile, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerEnableStaging140, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerFile100, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerFlatFile100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("2FD600A5-1081-4B66-A6EC-842C5444EBAB")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ConnectionManagerFlatFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFlatFile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFile100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFlatFile100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("7DE68912-A13E-4671-89D0-59441199F7EF")]
public class ConnectionManagerFlatFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFlatFile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFile100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFlatFile100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("8EFFA38B-80A5-44B5-A8C9-D1C55AD982FA")]
public class ConnectionManagerFlatFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFlatFile, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerEnableStaging140, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFile100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerFlatFile100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("2FD600A5-1081-4B66-A6EC-842C5444EBAB")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ConnectionManagerFlatFileClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerFlatFile
    interface IDTSConnectionManagerFlatFile100
    interface IDTSConnectionManagerFile100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("7DE68912-A13E-4671-89D0-59441199F7EF")>]
type ConnectionManagerFlatFileClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerFlatFile
    interface IDTSConnectionManagerFlatFile100
    interface IDTSConnectionManagerFile100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("8EFFA38B-80A5-44B5-A8C9-D1C55AD982FA")>]
type ConnectionManagerFlatFileClass = class
    interface IDTSConnectionManager100
    interface ConnectionManagerFlatFile
    interface IDTSConnectionManagerFlatFile100
    interface IDTSConnectionManagerFile100
    interface IDTSConnectionManagerEnableStaging140
Public Class ConnectionManagerFlatFileClass
Implements ConnectionManagerFlatFile, IDTSConnectionManagerFile100, IDTSConnectionManagerFlatFile100
Public Class ConnectionManagerFlatFileClass
Implements ConnectionManagerFlatFile, IDTSConnectionManagerEnableStaging140, IDTSConnectionManagerFile100, IDTSConnectionManagerFlatFile100
Inheritance
ConnectionManagerFlatFileClass
Attributes
Implements

Remarks

For more information, see ConnectionManager.

Constructors

ConnectionManagerFlatFileClass()

Initializes a new instance of the ConnectionManagerFlatFileClass class.

Properties

AlwaysCheckForRowDelimiters

Gets or sets a value that indicates whether the connection always check for row delimiters.

CodePage

Gets or sets the code page for the connection.

ColumnNamesInFirstDataRow

Gets or sets a value that indicates whether the column names is in first row.

Columns

Gets the collection of columns from the connection.

ConnectByProxy
ConnectionString

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

DataRowsToSkip

Gets or sets the data rows to skip from the connection.

FileUsageType

Gets or sets the file connection usage type.

Format

Gets or sets the connection format.

HeaderRowDelimiter

Gets or sets the header row delimiter.

HeaderRowsToSkip

Gets or sets the header rows to skip from the connection.

LocaleID

Gets or sets the locale identifier of the connection.

ProtectionLevel

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

RowDelimiter

Gets or sets the row delimiter.

Scope

Gets or sets the scope for the connection.

SupportsDTCTransactions

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

TextQualifier

Gets or sets the text qualifier of the current instance.

Unicode

Gets or sets a value that indicates whether the connection supports Unicode functionality.

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