IComErrorRecord Interfaz
Provides an implementation of the ComErrorRecord class for late-bound COM clients.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Sintaxis
'Declaración
<GuidAttribute("8E53F6DC-7837-4521-B54F-F835E4EE8261")> _
<ComVisibleAttribute(True)> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
Public Interface IComErrorRecord
'Uso
Dim instance As IComErrorRecord
[GuidAttribute("8E53F6DC-7837-4521-B54F-F835E4EE8261")]
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
public interface IComErrorRecord
[GuidAttribute(L"8E53F6DC-7837-4521-B54F-F835E4EE8261")]
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
public interface class IComErrorRecord
[<GuidAttribute("8E53F6DC-7837-4521-B54F-F835E4EE8261")>]
[<ComVisibleAttribute(true)>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
type IComErrorRecord = interface end
public interface IComErrorRecord