Freigeben über


IDTSLogProviders100-Schnittstelle

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

Represents an interface of log providers.

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

Syntax

'Declaration
<GuidAttribute("DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")> _
Public Interface IDTSLogProviders100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSLogProviders100
[GuidAttribute("DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")]
public interface IDTSLogProviders100 : IEnumerable
[GuidAttribute(L"DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")]
public interface class IDTSLogProviders100 : IEnumerable
[<GuidAttribute("DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")>]
type IDTSLogProviders100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSLogProviders100 extends IEnumerable

Der IDTSLogProviders100-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add Infrastruktur Adds the specified log provider to the end of the collection.
Öffentliche Methode GetEnumerator Infrastruktur Gets an IEnumerator for use in iterating over the IDTSLogProviders100 collection.
Öffentliche Methode Join Infrastruktur Joins a specified log provider to the collection.
Öffentliche Methode Remove Infrastruktur Removes a log provider object from the IDTSLogProviders100 collection.

Zum Anfang

Hinweise

For more information, see LogProviders.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace