Freigeben über


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)

Eigenschaftswert

A String that contains Delimited or Fixed Width values.

Hinweise

Fixed width format uses ColumnWidth to define columns.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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