ISqlProcedure Interface

Represents a SQL procedure.

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

Syntax

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

See Also

Reference

ISqlProcedure Members

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