LoggingOptions Class
SQL Server 2012
Contains members that regulate what information is included or excluded from logging. This class cannot be inherited.
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.LoggingOptions
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.LoggingOptions
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
The LoggingOptions type exposes the following members.
| Name | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether two object instances are equal. (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. |
![]() | 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.) |
