DtsContainer.LoggingOptions Property

 

Applies To: SQL Server 2016 Preview

Returns an object that contains properties that indicates the filtering and logging resource for containers. This property is read-only.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

[BrowsableAttribute(false)]
public LoggingOptions LoggingOptions { get; }
public:
[BrowsableAttribute(false)]
property LoggingOptions^ LoggingOptions {
    LoggingOptions^ get();
}
[<BrowsableAttribute(false)>]
member LoggingOptions : LoggingOptions with get
<BrowsableAttribute(False)>
Public ReadOnly Property LoggingOptions As LoggingOptions

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.LoggingOptions

An object that contains the available logging provider options and filters for containers.

See Also

DtsContainer Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top