Compartir a través de


LoggingOptions Miembros

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

El tipo LoggingOptions expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals Determines whether two object instances are equal. (Se hereda de DtsObject).
Método protegido Finalize (Se hereda de Object).
Método publico GetColumnFilter Returns column filter for the specified event.
Método publico GetColumnFilteredEvents Returns a string array that contains a list of events that have a column filter set.
Método publico GetHashCode Returns the hash code for this instance. (Se hereda de DtsObject).
Método publico GetType (Se hereda de Object).
Método publico LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method.
Método protegido MemberwiseClone (Se hereda de Object).
Método publico SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method.
Método publico SetColumnFilter Sets column filter for the specified event.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública EventFilter Gets or sets an array that contains the names of the events that are the subject of the filtering options.
Propiedad pública EventFilterKind Gets or sets a value that describes the kind of event filter that is set, whether included or excluded.
Propiedad pública 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.

Principio