次の方法で共有


CManagedComponentWrapperClass.SetExternalMetadataColumnDataTypeProperties メソッド

指定した外部メタデータ列のデータ型プロパティを設定します。

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
Public Overridable Sub SetExternalMetadataColumnDataTypeProperties ( _
    lID As Integer, _
    lExternalMetadataColumnID As Integer, _
    eDataType As DataType, _
    lLength As Integer, _
    lPrecision As Integer, _
    lScale As Integer, _
    lCodePage As Integer _
)
'使用
Dim instance As CManagedComponentWrapperClass 
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)
public virtual void SetExternalMetadataColumnDataTypeProperties(
    int lID,
    int lExternalMetadataColumnID,
    DataType eDataType,
    int lLength,
    int lPrecision,
    int lScale,
    int lCodePage
)
public:
virtual 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  
override SetExternalMetadataColumnDataTypeProperties : 
        lID:int * 
        lExternalMetadataColumnID:int * 
        eDataType:DataType * 
        lLength:int * 
        lPrecision:int * 
        lScale:int * 
        lCodePage:int -> unit
public function SetExternalMetadataColumnDataTypeProperties(
    lID : int, 
    lExternalMetadataColumnID : int, 
    eDataType : DataType, 
    lLength : int, 
    lPrecision : int, 
    lScale : int, 
    lCodePage : int
)

パラメーター

  • lExternalMetadataColumnID
    型: System.Int32
    外部メタデータ列の ID です。
  • lLength
    型: System.Int32
    新しい外部メタデータ列の長さです。
  • lPrecision
    型: System.Int32
    新しい外部メタデータ列の数値有効桁数です。
  • lScale
    型: System.Int32
    新しい外部メタデータ列の数値の小数点以下桁数です。
  • lCodePage
    型: System.Int32
    新しい外部メタデータ列のコード ページです。

実装

IDTSDesigntimeComponent100.SetExternalMetadataColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32)

関連項目

参照

CManagedComponentWrapperClass クラス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間