다음을 통해 공유


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

  이름 Description
ms212793.pubproperty(ko-kr,SQL.90).gif EventFilter Gets or sets an array that contains the names of the events that are the subject of the filtering options.
ms212793.pubproperty(ko-kr,SQL.90).gif EventFilterKind Gets or sets a value that describes the kind of event filter that is set, whether included or excluded.
ms212793.pubproperty(ko-kr,SQL.90).gif 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.

위쪽

Public Methods

(see also Protected Methods )

  이름 Description
ms212793.pubmethod(ko-kr,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms212793.pubmethod(ko-kr,SQL.90).gif GetColumnFilter Returns column filter for the specified event.
ms212793.pubmethod(ko-kr,SQL.90).gif GetColumnFilteredEvents Returns a string array that contains a list of events that have a column filter set.
ms212793.pubmethod(ko-kr,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms212793.pubmethod(ko-kr,SQL.90).gif GetType  (inherited from Object )
ms212793.pubmethod(ko-kr,SQL.90).gif LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application.LoadPackage method.
ms212793.pubmethod(ko-kr,SQL.90).gifms212793.static(ko-kr,SQL.90).gif op_Equality  (inherited from DtsObject )
ms212793.pubmethod(ko-kr,SQL.90).gifms212793.static(ko-kr,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms212793.pubmethod(ko-kr,SQL.90).gifms212793.static(ko-kr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms212793.pubmethod(ko-kr,SQL.90).gif SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method.
ms212793.pubmethod(ko-kr,SQL.90).gif SetColumnFilter Sets column filter for the specified event.
ms212793.pubmethod(ko-kr,SQL.90).gif ToString  (inherited from Object )

위쪽

Protected Methods

  이름 Description
ms212793.protmethod(ko-kr,SQL.90).gif Finalize  (inherited from Object )
ms212793.protmethod(ko-kr,SQL.90).gif MemberwiseClone  (inherited from Object )

위쪽

참고 항목

참조

LoggingOptions Class
Microsoft.SqlServer.Dts.Runtime Namespace