Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the DataType of the value stored in the flat file column.
This API is not CLS-compliant.
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)
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.