Freigeben über


IDTSLoggingOptions100-Schnittstelle

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

Represents an interface of the DTS logging options.

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

Syntax

'Declaration
<GuidAttribute("A92F23FC-BC5A-4D68-AABF-A753F3114A4B")> _
Public Interface IDTSLoggingOptions100
'Usage
Dim instance As IDTSLoggingOptions100
[GuidAttribute("A92F23FC-BC5A-4D68-AABF-A753F3114A4B")]
public interface IDTSLoggingOptions100
[GuidAttribute(L"A92F23FC-BC5A-4D68-AABF-A753F3114A4B")]
public interface class IDTSLoggingOptions100
[<GuidAttribute("A92F23FC-BC5A-4D68-AABF-A753F3114A4B")>]
type IDTSLoggingOptions100 =  interface end
public interface IDTSLoggingOptions100

Der IDTSLoggingOptions100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft EventFilter Infrastruktur Gets or sets an array that contains the names of the events that are the subject of the filtering options.
Öffentliche Eigenschaft EventFilterKind Gets or sets a value that describes the kind of event filter that is set, whether included or excluded.
Öffentliche Eigenschaft SelectedLogProviders Infrastruktur Gets a collection of log providers selected on the container.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetColumnFilter Infrastruktur Returns column filter for the specified event.
Öffentliche Methode GetColumnFilteredEvents Infrastruktur Returns a string array that contains a list of events that have a column filter set.
Öffentliche Methode SetColumnFilter Infrastruktur Sets column filter for the specified event.

Zum Anfang

Hinweise

For more information, see LoggingOptions.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace