Интерфейс IDTSLoggingOptions100
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Represents an interface of the DTS logging options.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
<GuidAttribute("A92F23FC-BC5A-4D68-AABF-A753F3114A4B")> _
Public Interface IDTSLoggingOptions100
'Применение
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
Тип IDTSLoggingOptions100 обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
![]() |
EventFilter | Инфраструктура. 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 | Инфраструктура. Gets a collection of log providers selected on the container. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
GetColumnFilter | Инфраструктура. Returns column filter for the specified event. |
![]() |
GetColumnFilteredEvents | Инфраструктура. Returns a string array that contains a list of events that have a column filter set. |
![]() |
SetColumnFilter | Инфраструктура. Sets column filter for the specified event. |
В начало
Замечания
For more information, see LoggingOptions.