IDTSApplication100.DataTypeInfos Property

Definition

Returns a IDTSDataTypeInfos100 collection that contains IDTSDataTypeInfo100 objects. This property is read-only.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSDataTypeInfos100 ^ DataTypeInfos { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSDataTypeInfos100 ^ get(); };
[System.Runtime.InteropServices.DispId(25)]
public 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 ReadOnly Property DataTypeInfos As IDTSDataTypeInfos100

Property Value

A IDTSDataTypeInfos100 collection that contains IDTSDataTypeInfo100 objects.

Attributes

Applies to