ISql100QueueEventNotification Interface

Represents Sql100 queue event notification.

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

Syntax

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

See Also

Reference

ISql100QueueEventNotification Members

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