次の方法で共有


ManagedComponentHost.HostSetExternalMetadataColumnDataTypeProperties Method

このメソッドは、SQL Server 2005 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

このメソッドは、CLS に準拠していません。

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

構文

'宣言
Public Sub HostSetExternalMetadataColumnDataTypeProperties ( _
    wrapper As IDTSManagedComponentWrapper90, _
    iID As Integer, _
    iExternalMetadataColumnID As Integer, _
    eDataType As DataType, _
    iLength As Integer, _
    iPrecision As Integer, _
    iScale As Integer, _
    iCodePage As Integer _
)
public void HostSetExternalMetadataColumnDataTypeProperties (
    IDTSManagedComponentWrapper90 wrapper,
    int iID,
    int iExternalMetadataColumnID,
    DataType eDataType,
    int iLength,
    int iPrecision,
    int iScale,
    int iCodePage
)
public:
virtual void HostSetExternalMetadataColumnDataTypeProperties (
    IDTSManagedComponentWrapper90^ wrapper, 
    int iID, 
    int iExternalMetadataColumnID, 
    DataType eDataType, 
    int iLength, 
    int iPrecision, 
    int iScale, 
    int iCodePage
) sealed
public final void HostSetExternalMetadataColumnDataTypeProperties (
    IDTSManagedComponentWrapper90 wrapper, 
    int iID, 
    int iExternalMetadataColumnID, 
    DataType eDataType, 
    int iLength, 
    int iPrecision, 
    int iScale, 
    int iCodePage
)
public final function HostSetExternalMetadataColumnDataTypeProperties (
    wrapper : IDTSManagedComponentWrapper90, 
    iID : int, 
    iExternalMetadataColumnID : int, 
    eDataType : DataType, 
    iLength : int, 
    iPrecision : int, 
    iScale : int, 
    iCodePage : int
)

パラメータ

  • wrapper
  • iID
  • iExternalMetadataColumnID
  • eDataType
  • iLength
  • iPrecision
  • iScale
  • iCodePage

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

ManagedComponentHost Class
ManagedComponentHost Members
Microsoft.SqlServer.Dts.Pipeline Namespace