Freigeben über


IDTSDBProviderInfos100-Schnittstelle

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

For more information, see DBProviderInfos.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("E61199D9-F2AA-460D-8E1B-E2BF50FC520C")> _
Public Interface IDTSDBProviderInfos100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSDBProviderInfos100
[GuidAttribute("E61199D9-F2AA-460D-8E1B-E2BF50FC520C")]
public interface IDTSDBProviderInfos100 : IEnumerable
[GuidAttribute(L"E61199D9-F2AA-460D-8E1B-E2BF50FC520C")]
public interface class IDTSDBProviderInfos100 : IEnumerable
[<GuidAttribute("E61199D9-F2AA-460D-8E1B-E2BF50FC520C")>]
type IDTSDBProviderInfos100 =  
    interface
        interface IEnumerable
    end
public interface IDTSDBProviderInfos100 extends IEnumerable