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


Свойство FlatFileColumn.TextQualified

Gets or sets a Boolean that indicates whether the column is text qualified.

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

Синтаксис

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

value = instance.TextQualified

instance.TextQualified = value
public bool TextQualified { get; set; }
public:
property bool TextQualified {
    bool get ();
    void set (bool value);
}
member TextQualified : bool with get, set
function get TextQualified () : boolean 
function set TextQualified (value : boolean)

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

Тип: System.Boolean
A Boolean that indicates whether the column is text qualified.

См. также

Справочник

FlatFileColumn Класс

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