共用方式為


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.

頂端