Freigeben über


IDTSApplication100.DataTypeInfoFromDataType-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Returns the IDTSDataTypeInfo100 object for the specified data type.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Function DataTypeInfoFromDataType ( _
    dt As DataType _
) As IDTSDataTypeInfo100
'Usage
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

Parameter

Rückgabewert

Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSDataTypeInfo100
A IDTSDataTypeInfo100 object.

Siehe auch

Verweis

IDTSApplication100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace