IDTSDataTypeInfo100.TypeName Propiedad

Definición

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

Valor de propiedad

Una cadena que contiene una descripción extensa del tipo de dato.

Atributos

Comentarios

Devuelve un nombre más largo para el tipo de dato. Por ejemplo, la propiedad devuelve moneda para el tipo de DT_CY.

Se aplica a