IComStatusEvent Interface

This interface supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)> _
<ComVisibleAttribute(True)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<GuidAttribute("1724d39c-da5e-4148-894e-1e770096c0af")> _
Public Interface IComStatusEvent
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)] 
[ComVisibleAttribute(true)] 
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
[GuidAttribute("1724d39c-da5e-4148-894e-1e770096c0af")] 
public interface IComStatusEvent
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIDispatch)] 
[ComVisibleAttribute(true)] 
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
[GuidAttribute(L"1724d39c-da5e-4148-894e-1e770096c0af")] 
public interface class IComStatusEvent
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch) */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */ 
/** @attribute GuidAttribute("1724d39c-da5e-4148-894e-1e770096c0af") */ 
public interface IComStatusEvent
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch) 
ComVisibleAttribute(true) 
EditorBrowsableAttribute(EditorBrowsableState.Never) 
GuidAttribute("1724d39c-da5e-4148-894e-1e770096c0af") 
public interface IComStatusEvent

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

IComStatusEvent Members
Microsoft.SqlServer.Replication Namespace