Compartilhar via


Método WrapperSetExternalMetadataColumnDataTypeProperties

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
Sub WrapperSetExternalMetadataColumnDataTypeProperties ( _
    lID As Integer, _
    lExternalMetadataColumnID As Integer, _
    eDataType As DataType, _
    lLength As Integer, _
    lPrecision As Integer, _
    lScale As Integer, _
    lCodePage As Integer _
)
'Uso
Dim instance 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.WrapperSetExternalMetadataColumnDataTypeProperties(lID, _
    lExternalMetadataColumnID, eDataType, _
    lLength, lPrecision, lScale, lCodePage)
void WrapperSetExternalMetadataColumnDataTypeProperties(
    int lID,
    int lExternalMetadataColumnID,
    DataType eDataType,
    int lLength,
    int lPrecision,
    int lScale,
    int lCodePage
)
void WrapperSetExternalMetadataColumnDataTypeProperties(
    [InAttribute] int lID, 
    [InAttribute] int lExternalMetadataColumnID, 
    [InAttribute] DataType eDataType, 
    [InAttribute] int lLength, 
    [InAttribute] int lPrecision, 
    [InAttribute] int lScale, 
    [InAttribute] int lCodePage
)
abstract WrapperSetExternalMetadataColumnDataTypeProperties : 
        lID:int * 
        lExternalMetadataColumnID:int * 
        eDataType:DataType * 
        lLength:int * 
        lPrecision:int * 
        lScale:int * 
        lCodePage:int -> unit 
function WrapperSetExternalMetadataColumnDataTypeProperties(
    lID : int, 
    lExternalMetadataColumnID : int, 
    eDataType : DataType, 
    lLength : int, 
    lPrecision : int, 
    lScale : int, 
    lCodePage : int
)

Parâmetros