Aracılığıyla paylaş


IDTSApplication100.DataTypeInfoFromDataType Yöntemi

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Daha fazla bilgi için, bkz. ApplicationClass.

Ad Alanı:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Derleme:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap içinde.dll)

Sözdizimi

'Bildirim
Function DataTypeInfoFromDataType ( _
    dt As DataType _
) As IDTSDataTypeInfo100
'Kullanım
Dim instance As IDTSApplication100
Dim dt As DataType
Dim returnValue As IDTSDataTypeInfo100

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