ISql90Endpoint Interface

Represents a Sql90 endpoint.

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

Syntax

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

See Also

Reference

ISql90Endpoint Members

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