Interface IDTSDumpConfiguration100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents a dump configuration for the DTS.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("BE294A36-C48D-49BE-83A3-889B1610C293")> _
Public Interface IDTSDumpConfiguration100
'Uso
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
O tipo IDTSDumpConfiguration100 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
DumpDescriptor | Infraestrutura. Gets or sets the dump descriptor for DTS. | |
DumpOnAnyError | Infraestrutura. Gets or sets whether the DTS dumps on any error. | |
EnableDump | Infraestrutura. Gets or sets whether the DTS enables dumping. |
Início