IDTSManagedComponentHost100.HostSetExternalMetadataColumnDataTypeProperties メソッド
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
ホストの外部メタデータ列のデータ型プロパティを設定します。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)
構文
'宣言
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 _
)
'使用
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100
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.HostSetExternalMetadataColumnDataTypeProperties(pWrapper, _
lID, lExternalMetadataColumnID, _
eDataType, lLength, lPrecision, lScale, _
lCodePage)
void HostSetExternalMetadataColumnDataTypeProperties(
IDTSManagedComponentWrapper100 pWrapper,
int lID,
int lExternalMetadataColumnID,
DataType eDataType,
int lLength,
int lPrecision,
int lScale,
int lCodePage
)
void HostSetExternalMetadataColumnDataTypeProperties(
[InAttribute] IDTSManagedComponentWrapper100^ pWrapper,
[InAttribute] int lID,
[InAttribute] int lExternalMetadataColumnID,
[InAttribute] DataType eDataType,
[InAttribute] int lLength,
[InAttribute] int lPrecision,
[InAttribute] int lScale,
[InAttribute] int lCodePage
)
abstract HostSetExternalMetadataColumnDataTypeProperties :
pWrapper:IDTSManagedComponentWrapper100 *
lID:int *
lExternalMetadataColumnID:int *
eDataType:DataType *
lLength:int *
lPrecision:int *
lScale:int *
lCodePage:int -> unit
function HostSetExternalMetadataColumnDataTypeProperties(
pWrapper : IDTSManagedComponentWrapper100,
lID : int,
lExternalMetadataColumnID : int,
eDataType : DataType,
lLength : int,
lPrecision : int,
lScale : int,
lCodePage : int
)
パラメーター
- pWrapper
型: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
使用されるラッパーです。
- lID
型: System.Int32
識別子。
- lExternalMetadataColumnID
型: System.Int32
外部メタデータ列の識別子です。
- eDataType
型: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
データ型です。
- lLength
型: System.Int32
長さです。
- lPrecision
型: System.Int32
有効桁数です。
- lScale
型: System.Int32
小数点以下桁数です。
- lCodePage
型: System.Int32
コード ページです。