PipelineComponent.SetExternalMetadataColumnDataTypeProperties 메서드

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

이 API는 CLS 규격이 아닙니다. 

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)

구문

‘선언
<CLSCompliantAttribute(False)> _
Public Overridable Sub SetExternalMetadataColumnDataTypeProperties ( _
    iID As Integer, _
    iExternalMetadataColumnID As Integer, _
    eDataType As DataType, _
    iLength As Integer, _
    iPrecision As Integer, _
    iScale As Integer, _
    iCodePage As Integer _
)
‘사용 방법
Dim instance As PipelineComponent 
Dim iID As Integer 
Dim iExternalMetadataColumnID As Integer 
Dim eDataType As DataType 
Dim iLength As Integer 
Dim iPrecision As Integer 
Dim iScale As Integer 
Dim iCodePage As Integer

instance.SetExternalMetadataColumnDataTypeProperties(iID, _
    iExternalMetadataColumnID, eDataType, _
    iLength, iPrecision, iScale, iCodePage)
[CLSCompliantAttribute(false)]
public virtual void SetExternalMetadataColumnDataTypeProperties(
    int iID,
    int iExternalMetadataColumnID,
    DataType eDataType,
    int iLength,
    int iPrecision,
    int iScale,
    int iCodePage
)
[CLSCompliantAttribute(false)]
public:
virtual void SetExternalMetadataColumnDataTypeProperties(
    int iID, 
    int iExternalMetadataColumnID, 
    DataType eDataType, 
    int iLength, 
    int iPrecision, 
    int iScale, 
    int iCodePage
)
[<CLSCompliantAttribute(false)>]
abstract SetExternalMetadataColumnDataTypeProperties : 
        iID:int * 
        iExternalMetadataColumnID:int * 
        eDataType:DataType * 
        iLength:int * 
        iPrecision:int * 
        iScale:int * 
        iCodePage:int -> unit 
[<CLSCompliantAttribute(false)>]
override SetExternalMetadataColumnDataTypeProperties : 
        iID:int * 
        iExternalMetadataColumnID:int * 
        eDataType:DataType * 
        iLength:int * 
        iPrecision:int * 
        iScale:int * 
        iCodePage:int -> unit
public function SetExternalMetadataColumnDataTypeProperties(
    iID : int, 
    iExternalMetadataColumnID : int, 
    eDataType : DataType, 
    iLength : int, 
    iPrecision : int, 
    iScale : int, 
    iCodePage : int
)

매개 변수

  • iExternalMetadataColumnID
    유형: System.Int32
    The ID of the external metadata column.
  • iLength
    유형: System.Int32
    The length of the new external metadata column.
  • iPrecision
    유형: System.Int32
    The numeric precision of the new external metadata column.
  • iScale
    유형: System.Int32
    The numeric scale of the new external metadata column.
  • iCodePage
    유형: System.Int32
    The code page of the new external metadata column.

주의

For more information about working with external metadata columns, see 외부 메타데이터 구현.

참고 항목

참조

PipelineComponent 클래스

Microsoft.SqlServer.Dts.Pipeline 네임스페이스