IStatusEventData 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
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<GuidAttribute("2e0e2cfa-ef4c-4ff6-8995-ecb3010991aa")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<ComVisibleAttribute(True)> _
Public Interface IStatusEventData
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
[GuidAttribute("2e0e2cfa-ef4c-4ff6-8995-ecb3010991aa")] 
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)] 
[ComVisibleAttribute(true)] 
public interface IStatusEventData
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
[GuidAttribute(L"2e0e2cfa-ef4c-4ff6-8995-ecb3010991aa")] 
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)] 
[ComVisibleAttribute(true)] 
public interface class IStatusEventData
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */ 
/** @attribute GuidAttribute("2e0e2cfa-ef4c-4ff6-8995-ecb3010991aa") */ 
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual) */ 
/** @attribute ComVisibleAttribute(true) */ 
public interface IStatusEventData
EditorBrowsableAttribute(EditorBrowsableState.Never) 
GuidAttribute("2e0e2cfa-ef4c-4ff6-8995-ecb3010991aa") 
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual) 
ComVisibleAttribute(true) 
public interface IStatusEventData

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

IStatusEventData Members
Microsoft.SqlServer.Replication Namespace