다음을 통해 공유


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.

상속 계층

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

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public NotInheritable Class FlatFileColumn _
    Inherits DtsObject _
    Implements IDTSPersist, IDTSName, IComponent, IDisposable
‘사용 방법
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

FlatFileColumn 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 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 인프라입니다. Gets or sets the site of the file column.
공용 속성 TextQualified Gets or sets a Boolean that indicates whether the column is text qualified.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Dispose Releases the resources used by the flat file connection.
공용 메서드 Equals Determines whether two object instances are equal. (DtsObject에서 상속됨)
공용 메서드 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.
공용 메서드 SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

이벤트

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

맨 위로 이동

주의

This class inherits from the following classes and interfaces:

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime 네임스페이스