TypeName Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
For more information, see DataTypeInfo.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
ReadOnly Property TypeName As String
Get
'Uso
Dim instance As IDTSDataTypeInfo100
Dim value As String
value = instance.TypeName
string TypeName { get; }
property String^ TypeName {
String^ get ();
}
abstract TypeName : string
function get TypeName () : String
Valor de la propiedad
Tipo: System. . :: . .String