IComErrorRecord Interface
Provides an implementation of the ComErrorRecord class for late-bound COM clients.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
<GuidAttribute("FF8F0511-F876-4028-852A-02D2B0F1FFB7")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<ComVisibleAttribute(True)> _
Public Interface IComErrorRecord
'Usage
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
The IComErrorRecord type exposes the following members.
Properties
Name | Description | |
---|---|---|
Description | Gets the description of the error. | |
ErrorNumber | Gets the numeric error code. | |
SourceType | Gets the value that identifies the source of the error. |
Top
Remarks
See ComErrorRecord for information on members of IComErrorRecord.