Méthode ApplicationClass.DataTypeInfoFromDataType
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Returns the DataTypeInfo object for the specified data type.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Public Overridable Function DataTypeInfoFromDataType ( _
dt As DataType _
) As IDTSDataTypeInfo100
'Utilisation
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
Paramètres
- dt
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
The data type.
Valeur de retour
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSDataTypeInfo100
A DataTypeInfo object.
Implémente
IDTSApplication100.DataTypeInfoFromDataType(DataType)