ISql90DatabaseEventNotification Interface

Represents a Sql90 database event notification.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Interface ISql90DatabaseEventNotification _
    Inherits ISql90EventNotification, IModelNamed, IExtendedPropertyHost, ISqlModelElement,  _
    IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
'Usage
Dim instance As ISql90DatabaseEventNotification
public interface ISql90DatabaseEventNotification : ISql90EventNotification, 
    IModelNamed, IExtendedPropertyHost, ISqlModelElement, IScriptSourcedElement, IModelElement, 
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISql90DatabaseEventNotification : ISql90EventNotification, 
    IModelNamed, IExtendedPropertyHost, ISqlModelElement, IScriptSourcedElement, IModelElement, 
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISql90DatabaseEventNotification extends ISql90EventNotification, IModelNamed, IExtendedPropertyHost, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
[<AbstractClassAttribute>]
type ISql90DatabaseEventNotification =  
    interface
        interface ISql90EventNotification
        interface IModelNamed
        interface IExtendedPropertyHost
        interface ISqlModelElement
        interface IScriptSourcedElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end

See Also

Reference

ISql90DatabaseEventNotification Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace