ISql90Procedure Interface

Represents the Sql90 procedure.

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

Syntax

'Declaration
Public Interface ISql90Procedure _
    Inherits ISqlProcedure, IProcedure, ISqlOwnedObject, ISqlSecurable,  _
    IExtendedPropertyHost, ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication, ISql90Subroutine,  _
    ISqlSubroutine, IModelNamed, ISql90SpecifiesExecutionContext, ISql90ClrMethodDefined, ISql90ClrClassDefined,  _
    ISql90SynonymTarget, ISql90Signable, ISqlModelElement, IScriptSourcedElement, IModelElement,  _
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
'Usage
Dim instance As ISql90Procedure
public interface ISql90Procedure : ISqlProcedure, 
    IProcedure, ISqlOwnedObject, ISqlSecurable, IExtendedPropertyHost, ISqlSpecifiesAnsiNulls, 
    ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication, ISql90Subroutine, ISqlSubroutine, IModelNamed, 
    ISql90SpecifiesExecutionContext, ISql90ClrMethodDefined, ISql90ClrClassDefined, ISql90SynonymTarget, ISql90Signable, 
    ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, 
    IModelAnnotationHolder
public interface class ISql90Procedure : ISqlProcedure, 
    IProcedure, ISqlOwnedObject, ISqlSecurable, IExtendedPropertyHost, ISqlSpecifiesAnsiNulls, 
    ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication, ISql90Subroutine, ISqlSubroutine, IModelNamed, 
    ISql90SpecifiesExecutionContext, ISql90ClrMethodDefined, ISql90ClrClassDefined, ISql90SynonymTarget, ISql90Signable, 
    ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, 
    IModelAnnotationHolder
public interface ISql90Procedure extends ISqlProcedure, IProcedure, ISqlOwnedObject, ISqlSecurable, IExtendedPropertyHost, ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication, ISql90Subroutine, ISqlSubroutine, IModelNamed, ISql90SpecifiesExecutionContext, ISql90ClrMethodDefined, ISql90ClrClassDefined, ISql90SynonymTarget, ISql90Signable, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
[<AbstractClassAttribute>]
type ISql90Procedure =  
    interface
        interface ISqlProcedure
        interface IProcedure
        interface ISqlOwnedObject
        interface ISqlSecurable
        interface IExtendedPropertyHost
        interface ISqlSpecifiesAnsiNulls
        interface ISqlSpecifiesQuotedIdentifier
        interface ISqlSupportsReplication
        interface ISql90Subroutine
        interface ISqlSubroutine
        interface IModelNamed
        interface ISql90SpecifiesExecutionContext
        interface ISql90ClrMethodDefined
        interface ISql90ClrClassDefined
        interface ISql90SynonymTarget
        interface ISql90Signable
        interface ISqlModelElement
        interface IScriptSourcedElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end

See Also

Reference

ISql90Procedure Members

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