次の方法で共有


ApplicationClass.DataTypeInfoFromDataType メソッド

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

指定したデータ型の DataTypeInfo オブジェクトを返します。

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

構文

'宣言
Public Overridable Function DataTypeInfoFromDataType ( _
    dt As DataType _
) As IDTSDataTypeInfo100
'使用
Dim instance As ApplicationClass 
Dim dt As DataType 
Dim returnValue As IDTSDataTypeInfo100 

returnValue = instance.DataTypeInfoFromDataType(dt)
public virtual IDTSDataTypeInfo100 DataTypeInfoFromDataType(
    DataType dt
)
public:
virtual IDTSDataTypeInfo100^ DataTypeInfoFromDataType(
    [InAttribute] DataType dt
)
abstract DataTypeInfoFromDataType : 
        dt:DataType -> IDTSDataTypeInfo100  
override DataTypeInfoFromDataType : 
        dt:DataType -> IDTSDataTypeInfo100
public function DataTypeInfoFromDataType(
    dt : DataType
) : IDTSDataTypeInfo100

パラメーター

戻り値

型: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSDataTypeInfo100
DataTypeInfo オブジェクト。

実装

IDTSApplication100.DataTypeInfoFromDataType(DataType)

関連項目

参照

ApplicationClass クラス

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