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
<ComVisibleAttribute(True)> _
<GuidAttribute("967ee70c-ab7f-4e3d-bae7-19f75174138f")> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
Public Interface IComErrorRecord
[ComVisibleAttribute(true)] 
[GuidAttribute("967ee70c-ab7f-4e3d-bae7-19f75174138f")] 
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)] 
public interface IComErrorRecord
[ComVisibleAttribute(true)] 
[GuidAttribute(L"967ee70c-ab7f-4e3d-bae7-19f75174138f")] 
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)] 
public interface class IComErrorRecord
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute GuidAttribute("967ee70c-ab7f-4e3d-bae7-19f75174138f") */ 
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */ 
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual) */ 
public interface IComErrorRecord
ComVisibleAttribute(true) 
GuidAttribute("967ee70c-ab7f-4e3d-bae7-19f75174138f") 
EditorBrowsableAttribute(EditorBrowsableState.Never) 
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual) 
public interface IComErrorRecord

Remarks

See ComErrorRecord for information on members of IComErrorRecord.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

IComErrorRecord Members
Microsoft.SqlServer.Replication Namespace