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)
Eigenschaftswert
A Boolean that indicates whether the column is text qualified.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
FlatFileColumn Class
FlatFileColumn Members
Microsoft.SqlServer.Dts.Runtime Namespace