Share via


LoggingOptions Members

Include Protected Members
Include Inherited Members

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

The LoggingOptions type exposes the following members.

Methods

  Name Description
Public method Equals(Object) Determines whether two object instances are equal. (Inherited from DtsObject.)
Protected method Finalize() (Inherited from Object.)
Public method GetColumnFilter(String, DTSEventColumnFilter%) Returns column filter for the specified event.
Public method GetColumnFilteredEvents() Returns a string array that contains a list of events that have a column filter set.
Public method GetHashCode() Returns the hash code for this instance. (Inherited from DtsObject.)
Public method GetType() (Inherited from Object.)
Public method LoadFromXML(XmlNode, IDTSEvents) This method is not callable by your application code. To load a package saved as .xml, use the Application.LoadPackage method.
Protected method MemberwiseClone() (Inherited from Object.)
Public method SaveToXML(XmlDocument%, XmlNode, IDTSEvents) This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method.
Public method SetColumnFilter(String, DTSEventColumnFilter) Sets column filter for the specified event.
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property EventFilter Gets or sets an array that contains the names of the events that are the subject of the filtering options.
Public property EventFilterKind Gets or sets a value that describes the kind of event filter that is set, whether included or excluded.
Public property 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.

Top