Freigeben über


DataTypeInfoFromDataType-Methode

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

For more information, see Application.

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

Syntax

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

Implementiert

IDTSApplication100. . :: . .DataTypeInfoFromDataType(DataType)