ISql100Queue Interface

Represents a Sql100 queue.

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

Syntax

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

ISql100Queue Members

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