Share via


IProcedure Interface

Represents a procedure.

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

Syntax

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

See Also

Reference

IProcedure Members

Microsoft.Data.Schema.SchemaModel.Abstract Namespace