แชร์ผ่าน


FlatFileColumn.ColumnType Property

Gets or sets the column type, whether delimited or fixed width.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
Public Property ColumnType As String
public string ColumnType { get; set; }
public:
property String^ ColumnType {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ColumnType ()

/** @property */
public void set_ColumnType (String value)
public function get ColumnType () : String

public function set ColumnType (value : String)

Property Value

A String that contains Delimited or Fixed Width values.

Remarks

Fixed width format uses ColumnWidth to define columns.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

FlatFileColumn Class
FlatFileColumn Members
Microsoft.SqlServer.Dts.Runtime Namespace