ISql90View Interface

Represents a Sql90 view.

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

Syntax

'Declaration
Public Interface ISql90View _
    Inherits ISqlView, IView, IModelNamed, ISqlColumnSource,  _
    IColumnSource, ISqlOwnedObject, ISqlSecurable, IExtendedPropertyHost, ISqlStatisticBound,  _
    ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication, ISql90SynonymTarget, ISqlFulltextIndexedObject,  _
    ISql90XmlIndexedObject, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer,  _
    IModelEntity, IModelAnnotationHolder
'Usage
Dim instance As ISql90View
public interface ISql90View : ISqlView, 
    IView, IModelNamed, ISqlColumnSource, IColumnSource, ISqlOwnedObject, 
    ISqlSecurable, IExtendedPropertyHost, ISqlStatisticBound, ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, 
    ISqlSupportsReplication, ISql90SynonymTarget, ISqlFulltextIndexedObject, ISql90XmlIndexedObject, ISqlModelElement, 
    IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISql90View : ISqlView, 
    IView, IModelNamed, ISqlColumnSource, IColumnSource, ISqlOwnedObject, 
    ISqlSecurable, IExtendedPropertyHost, ISqlStatisticBound, ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, 
    ISqlSupportsReplication, ISql90SynonymTarget, ISqlFulltextIndexedObject, ISql90XmlIndexedObject, ISqlModelElement, 
    IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISql90View extends ISqlView, IView, IModelNamed, ISqlColumnSource, IColumnSource, ISqlOwnedObject, ISqlSecurable, IExtendedPropertyHost, ISqlStatisticBound, ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication, ISql90SynonymTarget, ISqlFulltextIndexedObject, ISql90XmlIndexedObject, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
[<AbstractClassAttribute>]
type ISql90View =  
    interface
        interface ISqlView
        interface IView
        interface IModelNamed
        interface ISqlColumnSource
        interface IColumnSource
        interface ISqlOwnedObject
        interface ISqlSecurable
        interface IExtendedPropertyHost
        interface ISqlStatisticBound
        interface ISqlSpecifiesAnsiNulls
        interface ISqlSpecifiesQuotedIdentifier
        interface ISqlSupportsReplication
        interface ISql90SynonymTarget
        interface ISqlFulltextIndexedObject
        interface ISql90XmlIndexedObject
        interface ISqlModelElement
        interface IScriptSourcedElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end

See Also

Reference

ISql90View Members

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