Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents an interface of the DTS logging options.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
<GuidAttribute("A92F23FC-BC5A-4D68-AABF-A753F3114A4B")> _
Public Interface IDTSLoggingOptions100
'Uso
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
El tipo IDTSLoggingOptions100 expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
EventFilter | Infraestructura. 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 | Infraestructura. Gets a collection of log providers selected on the container. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
GetColumnFilter | Infraestructura. Returns column filter for the specified event. |
![]() |
GetColumnFilteredEvents | Infraestructura. Returns a string array that contains a list of events that have a column filter set. |
![]() |
SetColumnFilter | Infraestructura. Sets column filter for the specified event. |
Arriba
Comentarios
For more information, see LoggingOptions.
.gif)
.gif)