IDTSContainer100.LoggingOptions Property

Definition

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

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLoggingOptions100 ^ LoggingOptions { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLoggingOptions100 ^ get(); };
[System.Runtime.InteropServices.DispId(26)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLoggingOptions100 LoggingOptions { [System.Runtime.InteropServices.DispId(26)] get; }
[<System.Runtime.InteropServices.DispId(26)>]
[<get: System.Runtime.InteropServices.DispId(26)>]
member this.LoggingOptions : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLoggingOptions100
Public ReadOnly Property LoggingOptions As IDTSLoggingOptions100

Property Value

The filtering and logging resource for containers.

Attributes

Remarks

For more information, see DtsContainer.

Applies to