Share via


IDTSContainer100.LoggingOptions Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

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

Syntax

'Declaration
ReadOnly Property LoggingOptions As IDTSLoggingOptions100 
    Get
'Usage
Dim instance As IDTSContainer100 
Dim value As IDTSLoggingOptions100 

value = instance.LoggingOptions
IDTSLoggingOptions100 LoggingOptions { get; }
property IDTSLoggingOptions100^ LoggingOptions {
    IDTSLoggingOptions100^ get ();
}
abstract LoggingOptions : IDTSLoggingOptions100
function get LoggingOptions () : IDTSLoggingOptions100

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLoggingOptions100
The filtering and logging resource for containers.

Remarks

For more information, see DtsContainer.

See Also

Reference

IDTSContainer100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace