IDTSDumpConfiguration100 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Represents a dump configuration for the DTS.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("BE294A36-C48D-49BE-83A3-889B1610C293")> _
Public Interface IDTSDumpConfiguration100
用法
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
IDTSDumpConfiguration100 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
DumpDescriptor | 基础结构。Gets or sets the dump descriptor for DTS. | |
DumpOnAnyError | 基础结构。Gets or sets whether the DTS dumps on any error. | |
EnableDump | 基础结构。Gets or sets whether the DTS enables dumping. |
页首