DtsContainer.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.
Returns an object that contains properties that indicates the filtering and logging resource for containers. This property is read-only.
public:
property Microsoft::SqlServer::Dts::Runtime::LoggingOptions ^ LoggingOptions { Microsoft::SqlServer::Dts::Runtime::LoggingOptions ^ get(); };
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "LoggingOptionsDesc")]
[System.ComponentModel.Browsable(false)]
public Microsoft.SqlServer.Dts.Runtime.LoggingOptions LoggingOptions { get; }
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "LoggingOptionsDesc")>]
[<System.ComponentModel.Browsable(false)>]
member this.LoggingOptions : Microsoft.SqlServer.Dts.Runtime.LoggingOptions
Public ReadOnly Property LoggingOptions As LoggingOptions
Property Value
An object that contains the available logging provider options and filters for containers.
- Attributes