Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents an interface of the DTS logging options.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("A92F23FC-BC5A-4D68-AABF-A753F3114A4B")> _
Public Interface IDTSLoggingOptions100
'Utilisation
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
Le type IDTSLoggingOptions100 expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
EventFilter | Infrastructure. Gets or sets an array that contains the names of the events that are the subject of the filtering options. |
![]() |
EventFilterKind | Gets or sets a value that describes the kind of event filter that is set, whether included or excluded. |
![]() |
SelectedLogProviders | Infrastructure. Gets a collection of log providers selected on the container. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
GetColumnFilter | Infrastructure. Returns column filter for the specified event. |
![]() |
GetColumnFilteredEvents | Infrastructure. Returns a string array that contains a list of events that have a column filter set. |
![]() |
SetColumnFilter | Infrastructure. Sets column filter for the specified event. |
Haut de la page
Notes
For more information, see LoggingOptions.
.gif)
.gif)