Свойство DataType
Gets the DataType of a column.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)
Синтаксис
'Декларация
ReadOnly Property DataType As DataType
Get
'Применение
Dim instance As IDTSInputColumn100
Dim value As DataType
value = instance.DataType
DataType DataType { get; }
property DataType DataType {
DataType get ();
}
abstract DataType : DataType
function get DataType () : DataType
Значение свойства
Тип Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .DataType
A value from the DataType enumeration.
Замечания
The DataType represents the data contained in the column during execution of the component.