ConnectionManagerFlatFileClass Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a connection manager flat file class.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
[ClassInterfaceAttribute(ClassInterfaceType::None)] [TypeLibTypeAttribute(TypeLibTypeFlags::FCanCreate)] [GuidAttribute("2FD600A5-1081-4B66-A6EC-842C5444EBAB")] public ref class ConnectionManagerFlatFileClass : IDTSConnectionManager100, ConnectionManagerFlatFile, IDTSConnectionManagerFlatFile100, IDTSConnectionManagerFile100
| Name | Description | |
|---|---|---|
![]() | ConnectionManagerFlatFileClass() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ConnectionManagerFlatFileClass 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 the connection always check for row delimiters. |
![]() | CodePage | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the code page for the connection. |
![]() | 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 the column names is in first row. |
![]() | Columns | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the collection of columns from the connection. |
![]() | 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 data rows to skip from the connection. |
![]() | FileUsageType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the file connection usage type. |
![]() | Format | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the connection format. |
![]() | 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 header rows to skip from the connection. |
![]() | LocaleID | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the locale identifier of the connection. |
![]() | 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 of the current instance. |
![]() | 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 the connection supports Unicode functionality. |
| 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. |
For more information, see ConnectionManager.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


