다음을 통해 공유


DataTypeInfoFromDataType 메서드

이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

For more information, see Application.

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

구문

‘선언
Public Overridable Function DataTypeInfoFromDataType ( _
    dt As DataType _
) As IDTSDataTypeInfo100
‘사용 방법
Dim instance As ApplicationClass
Dim dt As DataType
Dim returnValue As IDTSDataTypeInfo100

returnValue = instance.DataTypeInfoFromDataType(dt)
public virtual IDTSDataTypeInfo100 DataTypeInfoFromDataType(
    DataType dt
)
public:
virtual IDTSDataTypeInfo100^ DataTypeInfoFromDataType(
    [InAttribute] DataType dt
)
abstract DataTypeInfoFromDataType : 
        dt:DataType -> IDTSDataTypeInfo100 
override DataTypeInfoFromDataType : 
        dt:DataType -> IDTSDataTypeInfo100 
public function DataTypeInfoFromDataType(
    dt : DataType
) : IDTSDataTypeInfo100

구현

IDTSApplication100. . :: . .DataTypeInfoFromDataType(DataType)