FlatFileColumn.DataType Propriété

Définition

Important

Cette API n’est pas conforme CLS.

Obtient ou définit la DataType 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 un DataType.

Attributs

Remarques

Pour une liste des types de données, voir Types de données des services d’intégration.

S’applique à