다음을 통해 공유


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.

FlatFileColumn 형식은 다음 멤버를 노출합니다.

메서드

  이름 설명
공용 메서드 Dispose Releases the resources used by the flat file connection.
공용 메서드 Equals Determines whether two object instances are equal. (DtsObject에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode Returns the hash code for this instance. (DtsObject에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
공용 메서드 LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method.
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method.
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

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

맨 위로 이동

이벤트

  이름 설명
공용 이벤트 Disposed Adds an event handler to listen to the Disposed event on the component.

맨 위로 이동