Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
Set
'Usage
Dim instance As FlatFileColumn
Dim value As String
value = instance.ColumnType
instance.ColumnType = value
public string ColumnType { get; set; }
public:
property String^ ColumnType {
String^ get ();
void set (String^ value);
}
member ColumnType : string with get, set
function get ColumnType () : String
function set ColumnType (value : String)
Eigenschaftswert
Typ: System.String
A String that contains Delimited or Fixed Width values.
Hinweise
Fixed width format uses ColumnWidth to define columns.