Класс ConnectionManagerFlatFileClass
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Represents a connection manager flat file class.
Иерархия наследования
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerFlatFileClass
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("7CF11672-1DE0-45AC-9123-A22AB7910897")> _
Public Class ConnectionManagerFlatFileClass _
Implements IDTSConnectionManager100, ConnectionManagerFlatFile, IDTSConnectionManagerFlatFile100, IDTSConnectionManagerFile100
'Применение
Dim instance As ConnectionManagerFlatFileClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("7CF11672-1DE0-45AC-9123-A22AB7910897")]
public class ConnectionManagerFlatFileClass : IDTSConnectionManager100,
ConnectionManagerFlatFile, IDTSConnectionManagerFlatFile100, IDTSConnectionManagerFile100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"7CF11672-1DE0-45AC-9123-A22AB7910897")]
public ref class ConnectionManagerFlatFileClass : IDTSConnectionManager100,
ConnectionManagerFlatFile, IDTSConnectionManagerFlatFile100, IDTSConnectionManagerFile100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("7CF11672-1DE0-45AC-9123-A22AB7910897")>]
type ConnectionManagerFlatFileClass =
class
interface IDTSConnectionManager100
interface ConnectionManagerFlatFile
interface IDTSConnectionManagerFlatFile100
interface IDTSConnectionManagerFile100
end
public class ConnectionManagerFlatFileClass implements IDTSConnectionManager100, ConnectionManagerFlatFile, IDTSConnectionManagerFlatFile100, IDTSConnectionManagerFile100
Тип ConnectionManagerFlatFileClass обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
ConnectionManagerFlatFileClass | Инфраструктура. Initializes a new instance of the ConnectionManagerFlatFileClass class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
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. |
![]() |
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. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
AcquireConnection | Инфраструктура. Creates an instance of the connection type. |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ReleaseConnection | Инфраструктура. Frees the connection established during AcquireConnection(Object). |
![]() |
SetQualifier | Инфраструктура. Changes a qualifier on the connection manager after the connection manager has been created but before it is used in a running package. |
![]() |
ToString | (Производный от Object.) |
![]() |
Validate | Инфраструктура. Validates the connection and returns an enumeration that indicates success or failure. |
В начало
Замечания
For more information, see ConnectionManager.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.