ConnectionManagerMultiFlatFileClass Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a connection manager for accessing multiple flat files.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
[TypeLibTypeAttribute(TypeLibTypeFlags::FCanCreate)] [GuidAttribute("D7E44A66-3BC2-4C31-81C7-197F1C89F46E")] [ClassInterfaceAttribute(ClassInterfaceType::None)] public ref class ConnectionManagerMultiFlatFileClass : IDTSConnectionManager100, ConnectionManagerMultiFlatFile, IDTSConnectionManagerFlatFile100, IDTSConnectionManagerFile100
| Name | Description | |
|---|---|---|
![]() | ConnectionManagerMultiFlatFileClass() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ConnectionManagerMultiFlatFileClass class. |
| Name | Description | |
|---|---|---|
![]() | AlwaysCheckForRowDelimiters | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether connection manager always checks for row delimiter in unquoted data. |
![]() | CodePage | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the code page to use for converting non-Unicode string to Unicode. |
![]() | ColumnNamesInFirstDataRow | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether first row in the file contains the column names. |
![]() | Columns | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the collection of columns in the file. |
![]() | ConnectionString | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the connection string used to establish a connection to a data source. |
![]() | DataRowsToSkip | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the number of initial data rows to skip in the file. |
![]() | FileUsageType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the file usage type. |
![]() | Format | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the data format in the file. |
![]() | HeaderRowDelimiter | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the header row delimiter. |
![]() | HeaderRowsToSkip | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the number of header rows to skip in the file. |
![]() | LocaleID | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the locale identifier. |
![]() | ProtectionLevel | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the level of encryption performed on sensitive data that is contained in the package. |
![]() | RowDelimiter | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the row delimiter. |
![]() | Scope | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the scope for the connection. |
![]() | SupportsDTCTransactions | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether the connection supports DTC transactions. |
![]() | TextQualifier | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the text qualifier for the column. |
![]() | Unicode | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether to use Unicode. |
| Name | Description | |
|---|---|---|
![]() | AcquireConnection(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Creates an instance of the connection type. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ReleaseConnection(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Frees the connection established during AcquireConnection. |
![]() | SetQualifier(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Changes a qualifier on the connection manager after the connection manager has been created but before it is used in a running package. |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate(IDTSInfoEvents100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Validates the connection and returns an enumeration that indicates success or failure. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


