LoggingOptions Members
Contains members that regulate what information is included or excluded from logging. This class cannot be inherited.
The following tables list the members exposed by the LoggingOptions type.
Public Properties
Nombre | Description | |
---|---|---|
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. |
Arriba
Public Methods
(see also Protected Methods )
Nombre | Description | |
---|---|---|
Equals | Overloaded. (inherited from DtsObject ) | |
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. (inherited from DtsObject) | |
GetType | (inherited from Object ) | |
LoadFromXML | This method is not callable by your application code. To load a package saved as .xml, use the Application.LoadPackage method. | |
op_Equality | (inherited from DtsObject ) | |
op_Inequality | (inherited from DtsObject ) | |
ReferenceEquals | (inherited from 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 | (inherited from Object ) |
Arriba
Protected Methods
Nombre | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Arriba
Vea también
Referencia
LoggingOptions Class
Microsoft.SqlServer.Dts.Runtime Namespace