IDTSLoggingOptions100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
DTS 로깅 옵션의 인터페이스를 나타냅니다.
public interface class IDTSLoggingOptions100
[System.Runtime.InteropServices.Guid("886FF0D8-5C09-457B-AAF3-83EC9580D0D0")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSLoggingOptions100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("E0500C12-02F9-4A58-9B4C-4E439A19F5CA")]
public interface IDTSLoggingOptions100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1B80BEA4-D5FE-415C-953B-1FD0E358F2DE")]
public interface IDTSLoggingOptions100
[<System.Runtime.InteropServices.Guid("886FF0D8-5C09-457B-AAF3-83EC9580D0D0")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSLoggingOptions100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("E0500C12-02F9-4A58-9B4C-4E439A19F5CA")>]
type IDTSLoggingOptions100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1B80BEA4-D5FE-415C-953B-1FD0E358F2DE")>]
type IDTSLoggingOptions100 = interface
Public Interface IDTSLoggingOptions100
- 특성
설명
자세한 내용은 LoggingOptions를 참조하세요.
속성
| Name | Description |
|---|---|
| EventFilter |
필터링 옵션의 주체인 이벤트 이름을 포함하는 배열을 받거나 설정합니다. |
| EventFilterKind |
포함되거나 제외된 이벤트 필터의 종류를 나타내는 값을 얻거나 설정합니다. |
| SelectedLogProviders |
컨테이너에서 로그 제공자 모음을 선택합니다. |
메서드
| Name | Description |
|---|---|
| GetColumnFilter(String, DTS_EVENT_COLUMN_FILTER) |
지정된 이벤트에 대한 열 필터를 반환합니다. |
| GetColumnFilteredEvents() |
열 필터가 설정된 이벤트 목록을 포함하는 문자열 배열을 반환합니다. |
| SetColumnFilter(String, DTS_EVENT_COLUMN_FILTER) |
지정된 이벤트에 대해 열 필터를 설정합니다. |