ApplicationClass.DataTypeInfos Property

Definition

Returns a DataTypeInfos collection that contains DataTypeInfo objects. This property is read-only.

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSDataTypeInfos100 ^ DataTypeInfos { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSDataTypeInfos100 ^ get(); };
[System.Runtime.InteropServices.DispId(25)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSDataTypeInfos100 DataTypeInfos { [System.Runtime.InteropServices.DispId(25)] get; }
[<System.Runtime.InteropServices.DispId(25)>]
[<get: System.Runtime.InteropServices.DispId(25)>]
member this.DataTypeInfos : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSDataTypeInfos100
Public Overridable ReadOnly Property DataTypeInfos As IDTSDataTypeInfos100

Property Value

A DataTypeInfos collection that contains DataTypeInfo objects.

Implements

Attributes

Applies to