Freigeben über


IDTSApplication100.DBProviderInfos-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Eigenschaftswert

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

Siehe auch

Verweis

IDTSApplication100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace