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