Freigeben über


IDTSDumpConfiguration100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Der IDTSDumpConfiguration100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DumpDescriptor Infrastruktur Gets or sets the dump descriptor for DTS.
Öffentliche Eigenschaft DumpOnAnyError Infrastruktur Gets or sets whether the DTS dumps on any error.
Öffentliche Eigenschaft EnableDump Infrastruktur Gets or sets whether the DTS enables dumping.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace