IDTSDumpConfiguration100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("8B8C53F6-B9FF-4EED-A81A-8BEAAAF57914")> _
Public Interface IDTSDumpConfiguration100
'Usage
Dim instance As IDTSDumpConfiguration100
[GuidAttribute("8B8C53F6-B9FF-4EED-A81A-8BEAAAF57914")]
public interface IDTSDumpConfiguration100
[GuidAttribute(L"8B8C53F6-B9FF-4EED-A81A-8BEAAAF57914")]
public interface class IDTSDumpConfiguration100
[<GuidAttribute("8B8C53F6-B9FF-4EED-A81A-8BEAAAF57914")>]
type IDTSDumpConfiguration100 = interface end
public interface IDTSDumpConfiguration100
The IDTSDumpConfiguration100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
DumpDescriptor | Infrastructure. | |
DumpOnAnyError | Infrastructure. | |
EnableDump | Infrastructure. |
Top