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 | |
---|---|---|
ConnectionManagerFlatFileClass | Infraestructura. Initializes a new instance of the ConnectionManagerFlatFileClass class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AlwaysCheckForRowDelimiters | Infraestructura. Gets or sets a value that indicates whether the connection always check for row delimiters. | |
CodePage | Infraestructura. Gets or sets the code page for the connection. | |
ColumnNamesInFirstDataRow | Infraestructura. Gets or sets a value that indicates whether the column names is in first row. | |
Columns | Infraestructura. Gets the collection of columns from the connection. | |
ConnectionString | Infraestructura. Gets or sets the connection string used to establish a connection to a data source. | |
DataRowsToSkip | Infraestructura. Gets or sets the data rows to skip from the connection. | |
FileUsageType | Infraestructura. Gets or sets the file connection usage type. | |
Format | Infraestructura. Gets or sets the connection format. | |
HeaderRowDelimiter | Infraestructura. Gets or sets the header row delimiter. | |
HeaderRowsToSkip | Infraestructura. Gets or sets the header rows to skip from the connection. | |
LocaleID | Infraestructura. Gets or sets the locale identifier of the connection. | |
ProtectionLevel | Infraestructura. Gets or sets the level of encryption performed on sensitive data that is contained in the package. | |
RowDelimiter | Infraestructura. Gets or sets the row delimiter. | |
Scope | Infraestructura. Gets or sets the scope for the connection. | |
SupportsDTCTransactions | Infraestructura. Gets a value that indicates whether the connection supports DTC transactions. | |
TextQualifier | Infraestructura. Gets or sets the text qualifier of the current instance. | |
Unicode | Infraestructura. Gets or sets a value that indicates whether the connection supports Unicode functionality. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
AcquireConnection | Infraestructura. Creates an instance of the connection type. | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ReleaseConnection | Infraestructura. Frees the connection established during AcquireConnection(Object). | |
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. | |
ToString | (Se hereda de Object.) | |
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.