IMutableScalarFunction Interface
Represents a mutable SQL Server scalar function.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | DataType | Gets or sets the scalar data type.(Inherited from IMutableScalar.) |
![]() | IsAggregateFunction | Gets a value that indicates whether this is an aggregate function.(Inherited from IScalarFunction.) |
![]() | Name | Gets the name of the metadata object.(Inherited from IMetadataObject.) |
![]() | Nullable | A value that specifies whether an object is nullable.(Inherited from IMutableScalar.) |
![]() | Parameters | Gets a collection that contains the parameters that the function or module accepts.(Inherited from IMutableFunctionModuleBase.) |
![]() | ScalarType | Gets the scalar type.(Inherited from IScalar.) |
| Name | Description | |
|---|---|---|
![]() | Accept<T>(IMetadataObjectVisitor<T>^) | Accepts a visit from the specified IMetadataObjectVisitor<T> object.(Inherited from IMetadataObject.) |
Show:

