Поделиться через


Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper