IDTSError100 接口

此 API 支持 基础结构,但不能通过代码直接使用。

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.

页首