ISql90Queue Interface

Represents the Sql90 queue.

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

Syntax

'Declaration
Public Interface ISql90Queue _
    Inherits IModelNamed, ISqlOwnedObject, IExtendedPropertyHost, ISqlSecurable,  _
    ISql90SpecifiesExecutionContext, ISql90SpecifiesStorage, ISqlSpecifiesStorage, ISqlColumnSource, IColumnSource,  _
    ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity,  _
    IModelAnnotationHolder
'Usage
Dim instance As ISql90Queue
public interface ISql90Queue : IModelNamed, 
    ISqlOwnedObject, IExtendedPropertyHost, ISqlSecurable, ISql90SpecifiesExecutionContext, ISql90SpecifiesStorage, 
    ISqlSpecifiesStorage, ISqlColumnSource, IColumnSource, ISqlModelElement, IScriptSourcedElement, 
    IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISql90Queue : IModelNamed, 
    ISqlOwnedObject, IExtendedPropertyHost, ISqlSecurable, ISql90SpecifiesExecutionContext, ISql90SpecifiesStorage, 
    ISqlSpecifiesStorage, ISqlColumnSource, IColumnSource, ISqlModelElement, IScriptSourcedElement, 
    IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISql90Queue extends IModelNamed, ISqlOwnedObject, IExtendedPropertyHost, ISqlSecurable, ISql90SpecifiesExecutionContext, ISql90SpecifiesStorage, ISqlSpecifiesStorage, ISqlColumnSource, IColumnSource, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
[<AbstractClassAttribute>]
type ISql90Queue =  
    interface
        interface IModelNamed
        interface ISqlOwnedObject
        interface IExtendedPropertyHost
        interface ISqlSecurable
        interface ISql90SpecifiesExecutionContext
        interface ISql90SpecifiesStorage
        interface ISqlSpecifiesStorage
        interface ISqlColumnSource
        interface IColumnSource
        interface ISqlModelElement
        interface IScriptSourcedElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end

See Also

Reference

ISql90Queue Members

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