Partager via


Propriété IDTSConnectionManagerFlatFileColumn100.TextQualified

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see FlatFileColumn.

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

Syntaxe

'Déclaration
Property TextQualified As Boolean 
    Get 
    Set
'Utilisation
Dim instance As IDTSConnectionManagerFlatFileColumn100 
Dim value As Boolean 

value = instance.TextQualified

instance.TextQualified = value
bool TextQualified { get; set; }
property bool TextQualified {
    bool get ();
    void set (bool value);
}
abstract TextQualified : bool with get, set
function get TextQualified () : boolean 
function set TextQualified (value : boolean)

Valeur de propriété

Type : System.Boolean

Voir aussi

Référence

IDTSConnectionManagerFlatFileColumn100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper