ISql90ScalarFunction Interface

Represents a Sql90 scalar function.

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

Syntax

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

See Also

Reference

ISql90ScalarFunction Members

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