Freigeben über


IDTSLogEntryInfos100-Schnittstelle

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

Syntax

'Declaration
<GuidAttribute("A199F39A-0141-48E4-87F0-B86E6DE1B66A")> _
Public Interface IDTSLogEntryInfos100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSLogEntryInfos100
[GuidAttribute("A199F39A-0141-48E4-87F0-B86E6DE1B66A")]
public interface IDTSLogEntryInfos100 : IEnumerable
[GuidAttribute(L"A199F39A-0141-48E4-87F0-B86E6DE1B66A")]
public interface class IDTSLogEntryInfos100 : IEnumerable
[<GuidAttribute("A199F39A-0141-48E4-87F0-B86E6DE1B66A")>]
type IDTSLogEntryInfos100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSLogEntryInfos100 extends IEnumerable

Der IDTSLogEntryInfos100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Infrastruktur Gets the number of elements contained in the collection.
Öffentliche Eigenschaft Item Infrastruktur Gets a log entry object from the collection.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add Infrastruktur Adds a new log entry object to the IDTSLogEntryInfos100 collection.
Öffentliche Methode GetEnumerator Infrastruktur Returns an enumerator for use in iterating over the collection.
Öffentliche Methode Remove Infrastruktur Removes a specified collection from the IDTSLogEntryInfos100 collection.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace