다음을 통해 공유


IDTSExternalMetadataColumn100.DataType 속성

Gets or sets the DataType of the column.

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

구문

‘선언
Property DataType As DataType 
    Get 
    Set
‘사용 방법
Dim instance As IDTSExternalMetadataColumn100 
Dim value As DataType 

value = instance.DataType

instance.DataType = value
DataType DataType { get; set; }
property DataType DataType {
    DataType get ();
    void set (DataType value);
}
abstract DataType : DataType with get, set
function get DataType () : DataType 
function set DataType (value : DataType)

속성 값

유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
A value from the DataType enumeration that indicates the type of data stored in the column.

주의

The DataType represents the data contained in the column during execution of the component.

참고 항목

참조

IDTSExternalMetadataColumn100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스