Compartilhar via


Interface IComErrorRecord

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

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)

Sintaxe

'Declaração
<GuidAttribute("FF8F0511-F876-4028-852A-02D2B0F1FFB7")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<ComVisibleAttribute(True)> _
Public Interface IComErrorRecord
'Uso
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

O tipo IComErrorRecord expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Description Gets the description of the error.
Propriedade pública ErrorNumber Gets the numeric error code.
Propriedade pública SourceType Gets the value that identifies the source of the error.

Início

Comentários

See ComErrorRecord for information on members of IComErrorRecord.

Consulte também

Referência

Namespace Microsoft.SqlServer.Replication