IDTSContainer100.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.
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.