DBProviderInfos Class
Contains a collection of DBProviderInfo objects. This class cannot be inherited.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public NotInheritable Class DBProviderInfos _
Inherits DTSReadOnlyCollectionBase
'Usage
Dim instance As DBProviderInfos
public sealed class DBProviderInfos : DTSReadOnlyCollectionBase
public ref class DBProviderInfos sealed : public DTSReadOnlyCollectionBase
[<SealedAttribute>]
type DBProviderInfos =
class
inherit DTSReadOnlyCollectionBase
end
public final class DBProviderInfos extends DTSReadOnlyCollectionBase
Remarks
The DBProviderInfos collection describes the data source providers that are installed and available for use in the package.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.DTSReadOnlyCollectionBase
Microsoft.SqlServer.Dts.Runtime.DBProviderInfos
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.