PackageClass.LoggingOptions Property

Definition

Gets the filtering and logging resource for the package.

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 the package.

Implements

Remarks

For more information, see Package.

Applies to