Condividi tramite


Classe FlatFileColumn

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.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime..::..FlatFileColumn

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class FlatFileColumn _
    Inherits DtsObject _
    Implements IDTSPersist, IDTSName, IComponent, IDisposable
'Utilizzo
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

Nel tipo FlatFileColumn sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica ColumnDelimiter Gets or sets the character that is the column delimiter.
Proprietà pubblica ColumnType Gets or sets the column type, whether delimited or fixed width.
Proprietà pubblica ColumnWidth Gets or sets the value that indicates how wide a column is when the ColumnType is fixed width.
Proprietà pubblica CreationName Returns the string that is used by the Integration Services run-time to create an instance of the FlatFileColumn object. This property is read-only.
Proprietà pubblica DataPrecision Gets or sets the total number of digits in a column that is defined as a numeric data type.
Proprietà pubblica DataScale Gets and sets the scale.
Proprietà pubblica DataType Gets or sets the DataType of the value stored in the flat file column.
Proprietà pubblica Description Gets or sets the column description.
Proprietà pubblica ID Returns the unique ID assigned to the column. This property is read-only.
Proprietà pubblica MaximumWidth Gets or sets the maximum number of bytes to be read from the buffer.
Proprietà pubblica Name Gets or sets a name for the column.
Proprietà pubblica Site Infrastruttura.
Proprietà pubblica TextQualified Gets or sets a Boolean that indicates whether the column is text qualified.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Dispose Releases the resources used by the flat file connection.
Metodo pubblico Equals Determines whether two object instances are equal. Ereditato da DtsObject.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Returns the hash code for this instance. Ereditato da DtsObject.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method.
Metodo pubblico ToString Ereditato da Object.

In alto

Eventi

  Nome Descrizione
Evento pubblico Disposed Adds an event handler to listen to the Disposed event on the component.

In alto

Osservazioni

This class inherits from the following classes and interfaces:

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.