다음을 통해 공유


DataType 속성

Gets the DataType of a column.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap

구문

‘선언
ReadOnly Property DataType As DataType
    Get
‘사용 방법
Dim instance As IDTSVirtualInputColumn100
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 that specifies the data type of the virtual column.