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.