Partager via


Interface IComErrorRecord

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

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
<GuidAttribute("FF8F0511-F876-4028-852A-02D2B0F1FFB7")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<ComVisibleAttribute(True)> _
Public Interface IComErrorRecord
'Utilisation
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

Le type IComErrorRecord expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Description Gets the description of the error.
Propriété publique ErrorNumber Gets the numeric error code.
Propriété publique SourceType Gets the value that identifies the source of the error.

Haut de la page

Notes

See ComErrorRecord for information on members of IComErrorRecord.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Replication