Freigeben über


DataType-Eigenschaft

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

Diese API ist nicht mit CLS kompatibel. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Property DataType As DataType
    Get
    Set
'Usage
Dim instance As FlatFileColumn
Dim value As DataType

value = instance.DataType

instance.DataType = value
[CLSCompliantAttribute(false)]
public DataType DataType { get; set; }
[CLSCompliantAttribute(false)]
public:
property DataType DataType {
    DataType get ();
    void set (DataType value);
}
[<CLSCompliantAttribute(false)>]
member DataType : DataType with get, set
function get DataType () : DataType
function set DataType (value : DataType)

Hinweise

For a list of the data types, see Integration Services-Datentypen.