FlatFileColumn.DataType Propriété

Définition

Important

Cette API n’est pas conforme CLS.

Obtient ou définit l'objet DataType de la valeur stockée dans la colonne du fichier plat.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType DataType { Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType value); };
[System.CLSCompliant(false)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType DataType { get; set; }
[<System.CLSCompliant(false)>]
member this.DataType : Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType with get, set
Public Property DataType As DataType

Valeur de propriété

Retourne DataType.

Attributs

Remarques

Pour obtenir la liste des types de données, consultez Integration Services Data Types.

S’applique à