IDTSDataTypeInfo100.TypeName Property

Definition

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

Property Value

String

A string that contains a long description of the data type.

Attributes

Remarks

Returns a longer name for the data type. For example, the property returns currency for type of DT_CY.

Applies to