FlatFileColumn Clase
Contains information that defines the properties of columns in a flat file source or destination data adapter. The flat file adapter is used for accessing data in flat files. This class cannot be inherited.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public NotInheritable Class FlatFileColumn _
Inherits DtsObject _
Implements IDTSPersist, IDTSName, IComponent, IDisposable
'Uso
Dim instance As FlatFileColumn
public sealed class FlatFileColumn : DtsObject,
IDTSPersist, IDTSName, IComponent, IDisposable
public ref class FlatFileColumn sealed : public DtsObject,
IDTSPersist, IDTSName, IComponent, IDisposable
[<SealedAttribute>]
type FlatFileColumn =
class
inherit DtsObject
interface IDTSPersist
interface IDTSName
interface IComponent
interface IDisposable
end
public final class FlatFileColumn extends DtsObject implements IDTSPersist, IDTSName, IComponent, IDisposable
Notas
This class inherits from the following classes and interfaces:
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
Microsoft.SqlServer.Dts.Runtime..::..FlatFileColumn
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.