Freigeben über


FlatFileColumn-Member

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.

Der FlatFileColumn-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Dispose Releases the resources used by the flat file connection.
Öffentliche Methode Equals Determines whether two object instances are equal. (Geerbt von DtsObject.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Returns the hash code for this instance. (Geerbt von DtsObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ColumnDelimiter Gets or sets the character that is the column delimiter.
Öffentliche Eigenschaft ColumnType Gets or sets the column type, whether delimited or fixed width.
Öffentliche Eigenschaft ColumnWidth Gets or sets the value that indicates how wide a column is when the ColumnType is fixed width.
Öffentliche Eigenschaft 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.
Öffentliche Eigenschaft DataPrecision Gets or sets the total number of digits in a column that is defined as a numeric data type.
Öffentliche Eigenschaft DataScale Gets and sets the scale.
Öffentliche Eigenschaft DataType Gets or sets the DataType of the value stored in the flat file column.
Öffentliche Eigenschaft Description Gets or sets the column description.
Öffentliche Eigenschaft ID Returns the unique ID assigned to the column. This property is read-only.
Öffentliche Eigenschaft MaximumWidth Gets or sets the maximum number of bytes to be read from the buffer.
Öffentliche Eigenschaft Name Gets or sets a name for the column.
Öffentliche Eigenschaft Site Infrastruktur.
Öffentliche Eigenschaft TextQualified Gets or sets a Boolean that indicates whether the column is text qualified.

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis Disposed Adds an event handler to listen to the Disposed event on the component.

Zum Anfang