Partager via


Méthode DataTypeInfoFromDataType

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see ApplicationClass.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Function DataTypeInfoFromDataType ( _
    dt As DataType _
) As IDTSDataTypeInfo100
'Utilisation
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