ISql100View Interface

Represents a Sql100 view.

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

Syntax

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

See Also

Reference

ISql100View Members

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