Freigeben über


IDTSSelectedLogProviders100-Schnittstelle

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

Defines an interface for a collection of selected IDTSLogProvider100 objects.

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

Syntax

'Declaration
<GuidAttribute("4653E251-DA6E-46EC-82B4-A24BB6C6D061")> _
Public Interface IDTSSelectedLogProviders100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSSelectedLogProviders100
[GuidAttribute("4653E251-DA6E-46EC-82B4-A24BB6C6D061")]
public interface IDTSSelectedLogProviders100 : IEnumerable
[GuidAttribute(L"4653E251-DA6E-46EC-82B4-A24BB6C6D061")]
public interface class IDTSSelectedLogProviders100 : IEnumerable
[<GuidAttribute("4653E251-DA6E-46EC-82B4-A24BB6C6D061")>]
type IDTSSelectedLogProviders100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSSelectedLogProviders100 extends IEnumerable

Der IDTSSelectedLogProviders100-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 an IDTSLogProvider100 object from the collection.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add Infrastruktur Adds the specified IDTSLogProvider100 object to the end of the collection.
Öffentliche Methode GetEnumerator Infrastruktur Returns an enumerator for use in iterating over the collection.
Öffentliche Methode Remove Infrastruktur Removes an IDTSLogProvider100 object from the collection.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace