Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns a IDTSDBProviderInfos100 collection that contains IDTSDBProviderInfo100 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
ReadOnly Property DBProviderInfos As IDTSDBProviderInfos100
Get
'Usage
Dim instance As IDTSApplication100
Dim value As IDTSDBProviderInfos100
value = instance.DBProviderInfos
IDTSDBProviderInfos100 DBProviderInfos { get; }
property IDTSDBProviderInfos100^ DBProviderInfos {
IDTSDBProviderInfos100^ get ();
}
abstract DBProviderInfos : IDTSDBProviderInfos100
function get DBProviderInfos () : IDTSDBProviderInfos100
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSDBProviderInfos100
A IDTSDBProviderInfos100 collection that contains all the IDTSDBProviderInfo100 objects for the application.