Partager via


Interface LogProviderHost

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

For more information, see LogProviderHostClass.

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

Syntaxe

'Déclaration
<GuidAttribute("3ED97632-0404-4E74-B662-C7C28C98E4BA")> _
Public Interface LogProviderHost _
    Inherits IDTSName100
'Utilisation
Dim instance As LogProviderHost
[GuidAttribute("3ED97632-0404-4E74-B662-C7C28C98E4BA")]
public interface LogProviderHost : IDTSName100
[GuidAttribute(L"3ED97632-0404-4E74-B662-C7C28C98E4BA")]
public interface class LogProviderHost : IDTSName100
[<GuidAttribute("3ED97632-0404-4E74-B662-C7C28C98E4BA")>]
type LogProviderHost =  
    interface
        interface IDTSName100
    end
public interface LogProviderHost extends IDTSName100

Le type LogProviderHost expose les membres suivants.

Propriétés

  Nom Description
Propriété publique CreationName Infrastructure. For more information, see IDTSName. (hérité de IDTSName100.)
Propriété publique Description Infrastructure. For more information, see IDTSName. (hérité de IDTSName100.)
Propriété publique ID Infrastructure. For more information, see IDTSName. (hérité de IDTSName100.)
Propriété publique Name Infrastructure. For more information, see IDTSName. (hérité de IDTSName100.)

Haut de la page