ISqlScalarFunction Interface

Represents a SQL scalar function.

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

Syntax

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

ISqlScalarFunction Members

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