Partager via


Propriété IDTSApplication100.DBProviderInfos

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property DBProviderInfos As IDTSDBProviderInfos100 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSDBProviderInfos100
A IDTSDBProviderInfos100 collection that contains all the IDTSDBProviderInfo100 objects for the application.

Voir aussi

Référence

IDTSApplication100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper