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


IDTSSelectedLogProviders100 Interface

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

For more information, see SelectedLogProviders.

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

Syntax

'Declaration
<GuidAttribute("E6E48339-0640-4F92-927D-6DD5A6720F59")> _
Public Interface IDTSSelectedLogProviders100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSSelectedLogProviders100
[GuidAttribute("E6E48339-0640-4F92-927D-6DD5A6720F59")]
public interface IDTSSelectedLogProviders100 : IEnumerable
[GuidAttribute(L"E6E48339-0640-4F92-927D-6DD5A6720F59")]
public interface class IDTSSelectedLogProviders100 : IEnumerable
[<GuidAttribute("E6E48339-0640-4F92-927D-6DD5A6720F59")>]
type IDTSSelectedLogProviders100 =  
    interface
        interface IEnumerable
    end
public interface IDTSSelectedLogProviders100 extends IEnumerable