DBProviderInfos 類別
Contains a collection of DBProviderInfo objects. This class cannot be inherited.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public NotInheritable Class DBProviderInfos _
Inherits DTSReadOnlyCollectionBase
'用途
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
備註
The DBProviderInfos collection describes the data source providers that are installed and available for use in the package.
繼承階層
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DTSReadOnlyCollectionBase
Microsoft.SqlServer.Dts.Runtime..::..DBProviderInfos
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。