TaskHostClass.LoggingOptions Property

Definition

Gets an object that contains properties that indicates the filtering and logging resource for containers.

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 object that contains the available logging provider options and filters for containers.

Implements

Applies to