Freigeben über


IDTSLogging-Schnittstelle

Defines the logging options for a container.

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

Syntax

'Declaration
Public Interface IDTSLogging
'Usage
Dim instance As IDTSLogging
public interface IDTSLogging
public interface class IDTSLogging
type IDTSLogging =  interface end
public interface IDTSLogging

Der IDTSLogging-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Enabled Returns a Boolean that indicates if logging is enabled. This field is read-only.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetFilterStatus Gets the filter status of the specified events.
Öffentliche Methode Log Writes the log entry.

Zum Anfang