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


Класс ConnectionManagerMultiFlatFileClass

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents a connection manager for accessing multiple flat files.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerMultiFlatFileClass

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("F6540458-7120-42D9-BCEC-C59DEE95B7DD")> _
Public Class ConnectionManagerMultiFlatFileClass _
    Implements IDTSConnectionManager100, ConnectionManagerMultiFlatFile, IDTSConnectionManagerFlatFile100, IDTSConnectionManagerFile100
'Применение
Dim instance As ConnectionManagerMultiFlatFileClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("F6540458-7120-42D9-BCEC-C59DEE95B7DD")]
public class ConnectionManagerMultiFlatFileClass : IDTSConnectionManager100, 
    ConnectionManagerMultiFlatFile, IDTSConnectionManagerFlatFile100, IDTSConnectionManagerFile100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"F6540458-7120-42D9-BCEC-C59DEE95B7DD")]
public ref class ConnectionManagerMultiFlatFileClass : IDTSConnectionManager100, 
    ConnectionManagerMultiFlatFile, IDTSConnectionManagerFlatFile100, IDTSConnectionManagerFile100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("F6540458-7120-42D9-BCEC-C59DEE95B7DD")>]
type ConnectionManagerMultiFlatFileClass =  
    class 
        interface IDTSConnectionManager100 
        interface ConnectionManagerMultiFlatFile 
        interface IDTSConnectionManagerFlatFile100 
        interface IDTSConnectionManagerFile100 
    end
public class ConnectionManagerMultiFlatFileClass implements IDTSConnectionManager100, ConnectionManagerMultiFlatFile, IDTSConnectionManagerFlatFile100, IDTSConnectionManagerFile100

Тип ConnectionManagerMultiFlatFileClass обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ConnectionManagerMultiFlatFileClass Инфраструктура. Initializes a new instance of the ConnectionManagerMultiFlatFileClass class.

В начало

Свойства

  Имя Описание
Открытое свойство AlwaysCheckForRowDelimiters Инфраструктура. Gets or sets a value that indicates whether connection manager always checks for row delimiter in unquoted data.
Открытое свойство CodePage Инфраструктура. Gets or sets the code page to use for converting non-Unicode string to Unicode.
Открытое свойство ColumnNamesInFirstDataRow Инфраструктура. Gets or sets a value that indicates whether first row in the file contains the column names.
Открытое свойство Columns Инфраструктура. Gets the collection of columns in the file.
Открытое свойство ConnectionString Инфраструктура. Gets or sets the connection string used to establish a connection to a data source.
Открытое свойство DataRowsToSkip Инфраструктура. Gets or sets the number of initial data rows to skip in the file.
Открытое свойство FileUsageType Инфраструктура. Gets or sets the file usage type.
Открытое свойство Format Инфраструктура. Gets or sets the data format in the file.
Открытое свойство HeaderRowDelimiter Инфраструктура. Gets or sets the header row delimiter.
Открытое свойство HeaderRowsToSkip Инфраструктура. Gets or sets the number of header rows to skip in the file.
Открытое свойство LocaleID Инфраструктура. Gets or sets the locale identifier.
Открытое свойство 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 for the column.
Открытое свойство Unicode Инфраструктура. Gets or sets a value that indicates whether to use Unicode.

В начало

Методы

  Имя Описание
Открытый метод 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.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

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