共用方式為


IComErrorRecord 介面

Provides an implementation of the ComErrorRecord class for late-bound COM clients.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Replication (在 Microsoft.SqlServer.Replication.dll 中)

語法

'宣告
<GuidAttribute("FF8F0511-F876-4028-852A-02D2B0F1FFB7")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<ComVisibleAttribute(True)> _
Public Interface IComErrorRecord
'用途
Dim instance As IComErrorRecord
[GuidAttribute("FF8F0511-F876-4028-852A-02D2B0F1FFB7")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
[ComVisibleAttribute(true)]
public interface IComErrorRecord
[GuidAttribute(L"FF8F0511-F876-4028-852A-02D2B0F1FFB7")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
[ComVisibleAttribute(true)]
public interface class IComErrorRecord
[<GuidAttribute("FF8F0511-F876-4028-852A-02D2B0F1FFB7")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
[<ComVisibleAttribute(true)>]
type IComErrorRecord =  interface end
public interface IComErrorRecord

IComErrorRecord 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Description Gets the description of the error.
公用屬性 ErrorNumber Gets the numeric error code.
公用屬性 SourceType Gets the value that identifies the source of the error.

上層

備註

See ComErrorRecord for information on members of IComErrorRecord.

請參閱

參考

Microsoft.SqlServer.Replication 命名空間