Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.