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の種類に対して通貨を返します。

適用対象