Freigeben über


IDTSLogging100-Schnittstelle

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

Defines the logging options for the container.

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

Syntax

'Declaration
<GuidAttribute("6223C90D-E8B0-4023-BD44-1639E3B5DB56")> _
Public Interface IDTSLogging100
'Usage
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

Der IDTSLogging100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Enabled Infrastruktur Gets a value that indicates whether logging is enabled.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetFilterStatus Infrastruktur Indicates whether to get the filter status of the specified events.
Öffentliche Methode Log Infrastruktur Writes the log entry.

Zum Anfang

Hinweise

For more information, see IDTSLogging.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace