IMutableScalarFunction Interface

Definition

public interface IMutableScalarFunction : Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableFunction, Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableScalar, Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarFunction
type IMutableScalarFunction = interface
    interface IScalarFunction
    interface IFunction
    interface IMetadataObject
    interface IFunctionModuleBase
    interface IScalar
    interface IMutableFunction
    interface IMutableFunctionModuleBase
    interface IMutableMetadataObject
    interface IMutableScalar
Public Interface IMutableScalarFunction
Implements IMutableFunction, IMutableScalar, IScalarFunction
Derived
Implements

Properties

DataType (Inherited from IScalar)
IsAggregateFunction (Inherited from IScalarFunction)
Name (Inherited from IMetadataObject)
Nullable (Inherited from IScalar)
Parameters (Inherited from IMutableFunctionModuleBase)
ScalarType (Inherited from IScalar)

Methods

Accept<T>(IMetadataObjectVisitor<T>) (Inherited from IMetadataObject)

Extension Methods

TypeInfo(IMetadataObject)

Applies to