ApplicationClass.DBProviderInfos Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns a DBProviderInfos collection that contains DBProviderInfo objects in the application. This property is read-only.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property DBProviderInfos As IDTSDBProviderInfos100
Get
'Usage
Dim instance As ApplicationClass
Dim value As IDTSDBProviderInfos100
value = instance.DBProviderInfos
public virtual IDTSDBProviderInfos100 DBProviderInfos { get; }
public:
virtual property IDTSDBProviderInfos100^ DBProviderInfos {
IDTSDBProviderInfos100^ get ();
}
abstract DBProviderInfos : IDTSDBProviderInfos100
override DBProviderInfos : IDTSDBProviderInfos100
function get DBProviderInfos () : IDTSDBProviderInfos100
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSDBProviderInfos100
A DBProviderInfos collection that contains all the DBProviderInfo objects for the application.
Implements
IDTSApplication100.DBProviderInfos