次の方法で共有


IDTSDataTypeInfo100.TypeName プロパティ

定義

public:
 property System::String ^ TypeName { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(1)]
public string TypeName { [System.Runtime.InteropServices.DispId(1)] get; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
member this.TypeName : string
Public ReadOnly Property TypeName As String

プロパティ値

データ型の長い説明を表す文字列です。

属性

注釈

データ型の長い名前を返します。 たとえば、DT_CY 型に対して currency を返します。

適用対象