Freigeben über


IDTSLogProviderInfos100-Schnittstelle

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

For more information, see LogProviderInfos.

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

Syntax

'Declaration
<GuidAttribute("8B843F64-0AA6-4014-B649-E7E2FB342E64")> _
Public Interface IDTSLogProviderInfos100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSLogProviderInfos100
[GuidAttribute("8B843F64-0AA6-4014-B649-E7E2FB342E64")]
public interface IDTSLogProviderInfos100 : IEnumerable
[GuidAttribute(L"8B843F64-0AA6-4014-B649-E7E2FB342E64")]
public interface class IDTSLogProviderInfos100 : IEnumerable
[<GuidAttribute("8B843F64-0AA6-4014-B649-E7E2FB342E64")>]
type IDTSLogProviderInfos100 =  
    interface
        interface IEnumerable
    end
public interface IDTSLogProviderInfos100 extends IEnumerable

Der IDTSLogProviderInfos100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Infrastruktur For more information, see LogProviderInfos.
Öffentliche Eigenschaft Item Infrastruktur For more information, see LogProviderInfos.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetEnumerator() () () () (Geerbt von IEnumerable.)
Öffentliche Methode GetEnumerator() () () () Infrastruktur For more information, see LogProviderInfos.

Zum Anfang