다음을 통해 공유


LoggingOptions 멤버

Contains members that regulate what information is included or excluded from logging. This class cannot be inherited.

LoggingOptions 형식은 다음 멤버를 노출합니다.

메서드

  이름 설명
공용 메서드 Equals Determines whether two object instances are equal. (DtsObject에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 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.
공용 메서드 GetHashCode Returns the hash code for this instance. (DtsObject에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
공용 메서드 LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method.
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method.
공용 메서드 SetColumnFilter Sets column filter for the specified event.
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 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 A collection of log providers selected on the container. A log provider can only be selected for a container when the container's LoggingMode is set to Enabled.

맨 위로 이동