IDTSDumpConfiguration100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a dump configuration for the DTS.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("BE294A36-C48D-49BE-83A3-889B1610C293")> _
Public Interface IDTSDumpConfiguration100
'Usage
Dim instance As IDTSDumpConfiguration100
[GuidAttribute("BE294A36-C48D-49BE-83A3-889B1610C293")]
public interface IDTSDumpConfiguration100
[GuidAttribute(L"BE294A36-C48D-49BE-83A3-889B1610C293")]
public interface class IDTSDumpConfiguration100
[<GuidAttribute("BE294A36-C48D-49BE-83A3-889B1610C293")>]
type IDTSDumpConfiguration100 = interface end
public interface IDTSDumpConfiguration100
The IDTSDumpConfiguration100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
DumpDescriptor | Infrastructure. Gets or sets the dump descriptor for DTS. | |
DumpOnAnyError | Infrastructure. Gets or sets whether the DTS dumps on any error. | |
EnableDump | Infrastructure. Gets or sets whether the DTS enables dumping. |
Top