Share via


IDTSContainer100.LoggingMode Property

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

Gets or sets the logging mode of the container.

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

Syntax

'Declaration
Property LoggingMode As DTSLoggingMode 
    Get 
    Set
'Usage
Dim instance As IDTSContainer100 
Dim value As DTSLoggingMode 

value = instance.LoggingMode

instance.LoggingMode = value
DTSLoggingMode LoggingMode { get; set; }
property DTSLoggingMode LoggingMode {
    DTSLoggingMode get ();
    void set (DTSLoggingMode value);
}
abstract LoggingMode : DTSLoggingMode with get, set
function get LoggingMode () : DTSLoggingMode 
function set LoggingMode (value : DTSLoggingMode)

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSLoggingMode
The logging mode of the container.

Remarks

For more information, see DtsContainer.

See Also

Reference

IDTSContainer100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace