Partager via


Interface IDTSLogProviders100

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents an interface of log providers.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")> _
Public Interface IDTSLogProviders100 _
    Inherits IEnumerable
'Utilisation
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

Le type IDTSLogProviders100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Infrastructure. Gets the number or elements contained in the collection.
Propriété publique Item Infrastructure. Gets a log provider object from the collection.

Haut de la page

Méthodes

  Nom Description
Méthode publique Add Infrastructure. Adds the specified log provider to the end of the collection.
Méthode publique GetEnumerator Infrastructure. Gets an IEnumerator for use in iterating over the IDTSLogProviders100 collection.
Méthode publique Join Infrastructure. Joins a specified log provider to the collection.
Méthode publique Remove Infrastructure. Removes a log provider object from the IDTSLogProviders100 collection.

Haut de la page

Notes

For more information, see LogProviders.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper