FlatFileColumn.DataType Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

[CLSCompliantAttribute(false)]
public DataType DataType { get; set; }
public:
[CLSCompliantAttribute(false)]
property DataType DataType {
    DataType get();
    void set(DataType value);
}
[<CLSCompliantAttribute(false)>]
member DataType : DataType with get, set
<CLSCompliantAttribute(False)>
Public Property DataType As DataType

Property Value

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

Returns a DataType.

Remarks

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

See Also

FlatFileColumn Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top