Share via


IDTSDumpConfiguration Interface

Represents the configuration for the dumping of Data Transformation Service interface.

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

Syntax

'Declaration
Public Interface IDTSDumpConfiguration
'Usage
Dim instance As IDTSDumpConfiguration
public interface IDTSDumpConfiguration
public interface class IDTSDumpConfiguration
type IDTSDumpConfiguration =  interface end
public interface IDTSDumpConfiguration

The IDTSDumpConfiguration type exposes the following members.

Properties

  Name Description
Public property DumpDescriptor Gets or sets the dump descriptor.
Public property DumpOnAnyError Gets or sets whether the DTS dumps or any error.
Public property EnableDump Gets or sets whether the DTS enables dumping.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime Namespace