IEvent Interface

Explicit interface definition for the Event class.

Espace de noms: Microsoft.SqlServer.NotificationServices
Assembly: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Syntaxe

'Déclaration
<ComVisibleAttribute(True)> _
<DefaultMemberAttribute("Item")> _
Public Interface IEvent
[ComVisibleAttribute(true)] 
[DefaultMemberAttribute("Item")] 
public interface IEvent
[ComVisibleAttribute(true)] 
[DefaultMemberAttribute(L"Item")] 
public interface class IEvent
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute DefaultMemberAttribute("Item") */ 
public interface IEvent
ComVisibleAttribute(true) 
DefaultMemberAttribute("Item") 
public interface IEvent

Notes

Do not implement this interface. This is an explicit interface definition for the Event class and is provided only for COM interop.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

IEvent Members
Microsoft.SqlServer.NotificationServices Namespace