ApplicationClass.DBProviderInfos Property

Definition

Returns a DBProviderInfos collection that contains DBProviderInfo objects in the application. This property is read-only.

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

Property Value

A DBProviderInfos collection that contains all the DBProviderInfo objects for the application.

Implements

Attributes

Applies to