Partager via


Propriété IDTSConnectionManagerFlatFileColumn100.DataType

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 DataType As DataType 
    Get 
    Set
'Utilisation
Dim instance As IDTSConnectionManagerFlatFileColumn100 
Dim value As DataType 

value = instance.DataType

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

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType

Voir aussi

Référence

IDTSConnectionManagerFlatFileColumn100 Interface

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