DtsContainer.LoggingOptions Property

Definition

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

Applies to