IDTSManagedComponentHost100.HostSetExternalMetadataColumnDataTypeProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ホストの外部メタデータ列のデータ型プロパティを設定します。
public:
void HostSetExternalMetadataColumnDataTypeProperties(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int lID, int lExternalMetadataColumnID, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage);
public void HostSetExternalMetadataColumnDataTypeProperties (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int lID, int lExternalMetadataColumnID, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage);
abstract member HostSetExternalMetadataColumnDataTypeProperties : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
Public Sub HostSetExternalMetadataColumnDataTypeProperties (pWrapper As IDTSManagedComponentWrapper100, lID As Integer, lExternalMetadataColumnID As Integer, eDataType As DataType, lLength As Integer, lPrecision As Integer, lScale As Integer, lCodePage As Integer)
パラメーター
- pWrapper
- IDTSManagedComponentWrapper100
使用されるラッパーです。
- lID
- Int32
識別子。
- lExternalMetadataColumnID
- Int32
外部メタデータ列の識別子です。
- eDataType
- DataType
データ型です。
- lLength
- Int32
長さです。
- lPrecision
- Int32
有効桁数です。
- lScale
- Int32
小数点以下桁数です。
- lCodePage
- Int32
コード ページです。