Partager via


Propriété FlatFileColumn.TextQualified

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Property TextQualified As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Boolean
A Boolean that indicates whether the column is text qualified.

Voir aussi

Référence

FlatFileColumn Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime