ISql90Schema Interface

Represents a Sql90 schema.

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

Syntax

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

See Also

Reference

ISql90Schema Members

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