Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the DataType of a column.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
ReadOnly Property DataType As DataType
Get
'Usage
Dim instance As IDTSOutputColumn100
Dim value As DataType
value = instance.DataType
DataType DataType { get; }
property DataType DataType {
DataType get ();
}
abstract DataType : DataType
function get DataType () : DataType
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
Returns a value from the DataType enumeration that indicates the type of data stored in the column.
Remarks
The DataType represents the data contained in the column during execution of the component.
For more information on Integration Services data types and their properties, see Integration Services Data Types.