IFunction Interface

Represents a function.

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

Syntax

'Declaration
Public Interface IFunction _
    Inherits IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
'Usage
Dim instance As IFunction
public interface IFunction : IModelElement, 
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class IFunction : IModelElement, 
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface IFunction extends IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder

See Also

Reference

IFunction Members

Microsoft.Data.Schema.SchemaModel.Abstract Namespace