इसके माध्यम से साझा किया गया


IDTSDBProviderInfos100 Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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