Compartir a través de


Clase ConnectionManagerFlatFileClass

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 flat file class.

Jerarquía de herencia

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

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

Sintaxis

'Declaración
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("7CF11672-1DE0-45AC-9123-A22AB7910897")> _
Public Class ConnectionManagerFlatFileClass _
    Implements IDTSConnectionManager100, ConnectionManagerFlatFile, IDTSConnectionManagerFlatFile100, IDTSConnectionManagerFile100
'Uso
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

El tipo ConnectionManagerFlatFileClass expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AlwaysCheckForRowDelimiters Infraestructura. Gets or sets a value that indicates whether the connection always check for row delimiters.
Propiedad pública CodePage Infraestructura. Gets or sets the code page for the connection.
Propiedad pública ColumnNamesInFirstDataRow Infraestructura. Gets or sets a value that indicates whether the column names is in first row.
Propiedad pública Columns Infraestructura. Gets the collection of columns from the connection.
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 data rows to skip from the connection.
Propiedad pública FileUsageType Infraestructura. Gets or sets the file connection usage type.
Propiedad pública Format Infraestructura. Gets or sets the connection format.
Propiedad pública HeaderRowDelimiter Infraestructura. Gets or sets the header row delimiter.
Propiedad pública HeaderRowsToSkip Infraestructura. Gets or sets the header rows to skip from the connection.
Propiedad pública LocaleID Infraestructura. Gets or sets the locale identifier of the connection.
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 of the current instance.
Propiedad pública Unicode Infraestructura. Gets or sets a value that indicates whether the connection supports Unicode functionality.

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

Comentarios

For more information, see ConnectionManager.

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