ISqlFunction Interface

Represents a SQL function.

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

Syntax

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

See Also

Reference

ISqlFunction Members

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