FlatFileColumn.DataType Proprietà

Definizione

Importante

Questa API non è conforme a CLS.

Ottiene o imposta l'oggetto DataType del valore memorizzato nella colonna del file flat.

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

Valore della proprietà

Restituisce un valore DataType.

Attributi

Commenti

Per un elenco dei tipi di dati, vedere Tipi di dati di Integration Services.

Si applica a