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
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<GuidAttribute("8E53F6DC-7837-4521-B54F-F835E4EE8261")> _
<ComVisibleAttribute(True)> _
Public Interface IComErrorRecord
'Usage
Dim instance As IComErrorRecord
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
[GuidAttribute("8E53F6DC-7837-4521-B54F-F835E4EE8261")]
[ComVisibleAttribute(true)]
public interface IComErrorRecord
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
[GuidAttribute(L"8E53F6DC-7837-4521-B54F-F835E4EE8261")]
[ComVisibleAttribute(true)]
public interface class IComErrorRecord
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
[<GuidAttribute("8E53F6DC-7837-4521-B54F-F835E4EE8261")>]
[<ComVisibleAttribute(true)>]
type IComErrorRecord =  interface end
public interface IComErrorRecord

The IComErrorRecord type exposes the following members.

Properties

  Name Description
Public property Description
Public property ErrorNumber
Public property SourceType

Top

Remarks

See ComErrorRecord for information on members of IComErrorRecord.