次の方法で共有


IDTSDesigntimeComponent90.SetExternalMetadataColumnDataTypeProperties Method

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

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

構文

'宣言
<DispIdAttribute(40)> _
Sub SetExternalMetadataColumnDataTypeProperties ( _
    <InAttribute> lID As Integer, _
    <InAttribute> lExternalMetadataColumnID As Integer, _
    <InAttribute> eDataType As DataType, _
    <InAttribute> lLength As Integer, _
    <InAttribute> lPrecision As Integer, _
    <InAttribute> lScale As Integer, _
    <InAttribute> lCodePage As Integer _
)
[DispIdAttribute(40)] 
void SetExternalMetadataColumnDataTypeProperties (
    [InAttribute] int lID,
    [InAttribute] int lExternalMetadataColumnID,
    [InAttribute] DataType eDataType,
    [InAttribute] int lLength,
    [InAttribute] int lPrecision,
    [InAttribute] int lScale,
    [InAttribute] int lCodePage
)
[DispIdAttribute(40)] 
void SetExternalMetadataColumnDataTypeProperties (
    [InAttribute] int lID, 
    [InAttribute] int lExternalMetadataColumnID, 
    [InAttribute] DataType eDataType, 
    [InAttribute] int lLength, 
    [InAttribute] int lPrecision, 
    [InAttribute] int lScale, 
    [InAttribute] int lCodePage
)
/** @attribute DispIdAttribute(40) */ 
void SetExternalMetadataColumnDataTypeProperties (
    /** @attribute InAttribute() */ int lID, 
    /** @attribute InAttribute() */ int lExternalMetadataColumnID, 
    /** @attribute InAttribute() */ DataType eDataType, 
    /** @attribute InAttribute() */ int lLength, 
    /** @attribute InAttribute() */ int lPrecision, 
    /** @attribute InAttribute() */ int lScale, 
    /** @attribute InAttribute() */ int lCodePage
)
DispIdAttribute(40) 
function SetExternalMetadataColumnDataTypeProperties (
    lID : int, 
    lExternalMetadataColumnID : int, 
    eDataType : DataType, 
    lLength : int, 
    lPrecision : int, 
    lScale : int, 
    lCodePage : int
)

パラメータ

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

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

IDTSDesigntimeComponent90 Interface
IDTSDesigntimeComponent90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace