Méthode IDTSManagedComponentHost100.HostSetExternalMetadataColumnDataTypeProperties
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Sets the host external metadata column data type properties.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Sub HostSetExternalMetadataColumnDataTypeProperties ( _
pWrapper As IDTSManagedComponentWrapper100, _
lID As Integer, _
lExternalMetadataColumnID As Integer, _
eDataType As DataType, _
lLength As Integer, _
lPrecision As Integer, _
lScale As Integer, _
lCodePage As Integer _
)
'Utilisation
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100
Dim lID As Integer
Dim lExternalMetadataColumnID As Integer
Dim eDataType As DataType
Dim lLength As Integer
Dim lPrecision As Integer
Dim lScale As Integer
Dim lCodePage As Integer
instance.HostSetExternalMetadataColumnDataTypeProperties(pWrapper, _
lID, lExternalMetadataColumnID, _
eDataType, lLength, lPrecision, lScale, _
lCodePage)
void HostSetExternalMetadataColumnDataTypeProperties(
IDTSManagedComponentWrapper100 pWrapper,
int lID,
int lExternalMetadataColumnID,
DataType eDataType,
int lLength,
int lPrecision,
int lScale,
int lCodePage
)
void HostSetExternalMetadataColumnDataTypeProperties(
[InAttribute] IDTSManagedComponentWrapper100^ pWrapper,
[InAttribute] int lID,
[InAttribute] int lExternalMetadataColumnID,
[InAttribute] DataType eDataType,
[InAttribute] int lLength,
[InAttribute] int lPrecision,
[InAttribute] int lScale,
[InAttribute] int lCodePage
)
abstract HostSetExternalMetadataColumnDataTypeProperties :
pWrapper:IDTSManagedComponentWrapper100 *
lID:int *
lExternalMetadataColumnID:int *
eDataType:DataType *
lLength:int *
lPrecision:int *
lScale:int *
lCodePage:int -> unit
function HostSetExternalMetadataColumnDataTypeProperties(
pWrapper : IDTSManagedComponentWrapper100,
lID : int,
lExternalMetadataColumnID : int,
eDataType : DataType,
lLength : int,
lPrecision : int,
lScale : int,
lCodePage : int
)
Paramètres
- pWrapper
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The wrapper used.
- lID
Type : System.Int32
The identifier.
- lExternalMetadataColumnID
Type : System.Int32
The external metadata column identifier.
- eDataType
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
The datatype.
- lLength
Type : System.Int32
The length.
- lPrecision
Type : System.Int32
The precision.
- lScale
Type : System.Int32
The scale.
- lCodePage
Type : System.Int32
The code page.