Поделиться через


Свойство FlatFileColumn.ColumnDelimiter

Gets or sets the character that is the column delimiter.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Property ColumnDelimiter As String 
    Get 
    Set
'Применение
Dim instance As FlatFileColumn 
Dim value As String 

value = instance.ColumnDelimiter

instance.ColumnDelimiter = value
public string ColumnDelimiter { get; set; }
public:
property String^ ColumnDelimiter {
    String^ get ();
    void set (String^ value);
}
member ColumnDelimiter : string with get, set
function get ColumnDelimiter () : String 
function set ColumnDelimiter (value : String)

Значение свойства

Тип: System.String
A String that contains the character that is the column delimiter in the file.

Замечания

The following table shows the valid values.

Description

Characters

Carriage return line feed

{CR}{LF}

Carriage return

{CR}

Line feed

{LF}

Semi-colon

{;}

Colon

{:}

Comma

{,}

Tab

{t}

Vertical Bar

{|}

См. также

Справочник

FlatFileColumn Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime