Condividi tramite


FlatFileColumn.TextQualified Property

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

Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Sintassi

'Dichiarazione
Public Property TextQualified As Boolean
public bool TextQualified { get; set; }
public:
property bool TextQualified {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_TextQualified ()

/** @property */
public void set_TextQualified (boolean value)
public function get TextQualified () : boolean

public function set TextQualified (value : boolean)

Valore proprietà

A Boolean that indicates whether the column is text qualified.

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

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