EventHandlerClass.LoggingOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object that contains properties that indicates the filtering and logging resource for containers. This property is read-only.
public:
virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLoggingOptions100 ^ LoggingOptions { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLoggingOptions100 ^ get(); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLoggingOptions100 LoggingOptions { get; }
member this.LoggingOptions : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLoggingOptions100
Public Overridable ReadOnly Property LoggingOptions As IDTSLoggingOptions100
Property Value
An IDTSLoggingOptions100 object that contains the available logging provider options and filters for containers.