Share via


IDTSDesigntimeComponent100.SetExternalMetadataColumnDataTypeProperties Method

Sets the data type properties of the specified external metadata column.

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

Syntax

'Declaration
Sub SetExternalMetadataColumnDataTypeProperties ( _
    lID As Integer, _
    lExternalMetadataColumnID As Integer, _
    eDataType As DataType, _
    lLength As Integer, _
    lPrecision As Integer, _
    lScale As Integer, _
    lCodePage As Integer _
)
'Usage
Dim instance As IDTSDesigntimeComponent100 
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.SetExternalMetadataColumnDataTypeProperties(lID, _
    lExternalMetadataColumnID, eDataType, _
    lLength, lPrecision, lScale, lCodePage)
void SetExternalMetadataColumnDataTypeProperties(
    int lID,
    int lExternalMetadataColumnID,
    DataType eDataType,
    int lLength,
    int lPrecision,
    int lScale,
    int lCodePage
)
void SetExternalMetadataColumnDataTypeProperties(
    [InAttribute] int lID, 
    [InAttribute] int lExternalMetadataColumnID, 
    [InAttribute] DataType eDataType, 
    [InAttribute] int lLength, 
    [InAttribute] int lPrecision, 
    [InAttribute] int lScale, 
    [InAttribute] int lCodePage
)
abstract SetExternalMetadataColumnDataTypeProperties : 
        lID:int * 
        lExternalMetadataColumnID:int * 
        eDataType:DataType * 
        lLength:int * 
        lPrecision:int * 
        lScale:int * 
        lCodePage:int -> unit
function SetExternalMetadataColumnDataTypeProperties(
    lID : int, 
    lExternalMetadataColumnID : int, 
    eDataType : DataType, 
    lLength : int, 
    lPrecision : int, 
    lScale : int, 
    lCodePage : int
)

Parameters

  • lExternalMetadataColumnID
    Type: System.Int32
    The ID of the external metadata column.
  • lLength
    Type: System.Int32
    The length of the new external metadata column.
  • lPrecision
    Type: System.Int32
    The numeric precision of the new external metadata column.
  • lScale
    Type: System.Int32
    The numeric scale of the new external metadata column.
  • lCodePage
    Type: System.Int32
    The code page of the new external metadata column.

See Also

Reference

IDTSDesigntimeComponent100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace