Compartir a través de


Clase ConnectionManagerMultiFlatFileClass

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents a connection manager for accessing multiple flat files.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("F6540458-7120-42D9-BCEC-C59DEE95B7DD")> _
Public Class ConnectionManagerMultiFlatFileClass _
    Implements IDTSConnectionManager100, ConnectionManagerMultiFlatFile, IDTSConnectionManagerFlatFile100, IDTSConnectionManagerFile100
'Uso
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

El tipo ConnectionManagerMultiFlatFileClass expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ConnectionManagerMultiFlatFileClass Infraestructura. Initializes a new instance of the ConnectionManagerMultiFlatFileClass class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AlwaysCheckForRowDelimiters Infraestructura. Gets or sets a value that indicates whether connection manager always checks for row delimiter in unquoted data.
Propiedad pública CodePage Infraestructura. Gets or sets the code page to use for converting non-Unicode string to Unicode.
Propiedad pública ColumnNamesInFirstDataRow Infraestructura. Gets or sets a value that indicates whether first row in the file contains the column names.
Propiedad pública Columns Infraestructura. Gets the collection of columns in the file.
Propiedad pública ConnectionString Infraestructura. Gets or sets the connection string used to establish a connection to a data source.
Propiedad pública DataRowsToSkip Infraestructura. Gets or sets the number of initial data rows to skip in the file.
Propiedad pública FileUsageType Infraestructura. Gets or sets the file usage type.
Propiedad pública Format Infraestructura. Gets or sets the data format in the file.
Propiedad pública HeaderRowDelimiter Infraestructura. Gets or sets the header row delimiter.
Propiedad pública HeaderRowsToSkip Infraestructura. Gets or sets the number of header rows to skip in the file.
Propiedad pública LocaleID Infraestructura. Gets or sets the locale identifier.
Propiedad pública ProtectionLevel Infraestructura. Gets or sets the level of encryption performed on sensitive data that is contained in the package.
Propiedad pública RowDelimiter Infraestructura. Gets or sets the row delimiter.
Propiedad pública Scope Infraestructura. Gets or sets the scope for the connection.
Propiedad pública SupportsDTCTransactions Infraestructura. Gets a value that indicates whether the connection supports DTC transactions.
Propiedad pública TextQualifier Infraestructura. Gets or sets the text qualifier for the column.
Propiedad pública Unicode Infraestructura. Gets or sets a value that indicates whether to use Unicode.

Arriba

Métodos

  Nombre Descripción
Método público AcquireConnection Infraestructura. Creates an instance of the connection type.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ReleaseConnection Infraestructura. Frees the connection established during AcquireConnection(Object).
Método público SetQualifier Infraestructura. Changes a qualifier on the connection manager after the connection manager has been created but before it is used in a running package.
Método público ToString (Se hereda de Object.)
Método público Validate Infraestructura. Validates the connection and returns an enumeration that indicates success or failure.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper