ISql100Procedure Interface

Represents a Sql100 procedure.

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

Syntax

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

See Also

Reference

ISql100Procedure Members

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