Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
A Boolean that indicates whether the column is text qualified.