Interface IDTSLogging100

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

Defines the logging options for the container.

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

Syntaxe

'Déclaration
<GuidAttribute("6223C90D-E8B0-4023-BD44-1639E3B5DB56")> _
Public Interface IDTSLogging100
'Utilisation
Dim instance As IDTSLogging100
[GuidAttribute("6223C90D-E8B0-4023-BD44-1639E3B5DB56")]
public interface IDTSLogging100
[GuidAttribute(L"6223C90D-E8B0-4023-BD44-1639E3B5DB56")]
public interface class IDTSLogging100
[<GuidAttribute("6223C90D-E8B0-4023-BD44-1639E3B5DB56")>]
type IDTSLogging100 =  interface end
public interface IDTSLogging100

Le type IDTSLogging100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Enabled Infrastructure. Gets a value that indicates whether logging is enabled.

Haut de la page

Méthodes

  Nom Description
Méthode publique GetFilterStatus Infrastructure. Indicates whether to get the filter status of the specified events.
Méthode publique Log Infrastructure. Writes the log entry.

Haut de la page

Notes

For more information, see IDTSLogging.

Voir aussi

Référence

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