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类型的货币。

适用于