Share via


PackageRemote64Class.LoggingMode Property

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

Gets or sets a valid value from the DTSLoggingMode enumeration that indicates the logging mode of the container.

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

Syntax

'Declaration
Public Overridable Property LoggingMode As DTSLoggingMode 
    Get 
    Set
'Usage
Dim instance As PackageRemote64Class 
Dim value As DTSLoggingMode 

value = instance.LoggingMode

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

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSLoggingMode
A DTSLoggingMode enumeration.

Implements

IDTSContainer100.LoggingMode

See Also

Reference

PackageRemote64Class Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace