IDTSError100 接口
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
For more information, see DtsError.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("2219DEA4-2436-4E49-BA72-97E8BFE217BF")> _
Public Interface IDTSError100
用法
Dim instance As IDTSError100
[GuidAttribute("2219DEA4-2436-4E49-BA72-97E8BFE217BF")]
public interface IDTSError100
[GuidAttribute(L"2219DEA4-2436-4E49-BA72-97E8BFE217BF")]
public interface class IDTSError100
[<GuidAttribute("2219DEA4-2436-4E49-BA72-97E8BFE217BF")>]
type IDTSError100 = interface end
public interface IDTSError100
IDTSError100 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Description | 基础结构。For more information, see DtsError. | |
ErrorCode | 基础结构。For more information, see DtsError. | |
HelpContext | 基础结构。For more information, see DtsError. | |
HelpFile | 基础结构。For more information, see DtsError. | |
IDOfInterfaceWithError | 基础结构。For more information, see DtsError. | |
Source | 基础结构。For more information, see DtsError. | |
SourceID | 基础结构。For more information, see DtsError. | |
SubComponent | 基础结构。For more information, see DtsError. | |
TimeStamp | 基础结构。For more information, see DtsError. |
页首