Condividi tramite


Interfaccia IComErrorRecord

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

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Sintassi

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

Nel tipo IComErrorRecord sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Description Gets the description of the error.
Proprietà pubblica ErrorNumber Gets the numeric error code.
Proprietà pubblica SourceType Gets the value that identifies the source of the error.

In alto

Osservazioni

See ComErrorRecord for information on members of IComErrorRecord.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Replication