FlatFileColumn.DataType Property

Definition

Important

This API is not CLS-compliant.

Gets or sets the DataType of the value stored in the flat file column.

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

Property Value

Returns a DataType.

Attributes

Remarks

For a list of the data types, see Integration Services Data Types.

Applies to