Delen via


FlatFileColumn.TextQualified Property

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

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
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)

Property Value

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

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