Interfaz IMutableScalarFunction
Represents a mutable SQL Server scalar function.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
Public Interface IMutableScalarFunction _
Inherits IScalarFunction, IMutableFunction, IFunction, IMutableFunctionModuleBase, _
IFunctionModuleBase, IMutableScalar, IScalar, IMutableMetadataObject, IMetadataObject
'Uso
Dim instance As IMutableScalarFunction
public interface IMutableScalarFunction : IScalarFunction,
IMutableFunction, IFunction, IMutableFunctionModuleBase, IFunctionModuleBase, IMutableScalar,
IScalar, IMutableMetadataObject, IMetadataObject
public interface class IMutableScalarFunction : IScalarFunction,
IMutableFunction, IFunction, IMutableFunctionModuleBase, IFunctionModuleBase, IMutableScalar,
IScalar, IMutableMetadataObject, IMetadataObject
type IMutableScalarFunction =
interface
interface IScalarFunction
interface IMutableFunction
interface IFunction
interface IMutableFunctionModuleBase
interface IFunctionModuleBase
interface IMutableScalar
interface IScalar
interface IMutableMetadataObject
interface IMetadataObject
end
public interface IMutableScalarFunction extends IScalarFunction, IMutableFunction, IFunction, IMutableFunctionModuleBase, IFunctionModuleBase, IMutableScalar, IScalar, IMutableMetadataObject, IMetadataObject
El tipo IMutableScalarFunction expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
DataType | Gets or sets the scalar data type. (Se hereda de IMutableScalar.) |
![]() |
DataType | Gets the scalar data type. (Se hereda de IScalar.) |
![]() |
IsAggregateFunction | Gets a value that indicates whether this is an aggregate function. (Se hereda de IScalarFunction.) |
![]() |
Name | Gets the name of the metadata object. (Se hereda de IMetadataObject.) |
![]() |
Nullable | A value that specifies whether an object is nullable. (Se hereda de IMutableScalar.) |
![]() |
Nullable | Gets a Boolean value that indicates whether the scalar object is nullable. (Se hereda de IScalar.) |
![]() |
Parameters | Gets a collection that contains the parameters that the function or module accepts. (Se hereda de IFunctionModuleBase.) |
![]() |
Parameters | Gets a collection that contains the parameters that the function or module accepts. (Se hereda de IMutableFunctionModuleBase.) |
![]() |
ScalarType | Gets the scalar type. (Se hereda de IScalar.) |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IMetadataObject.) |
Arriba
.gif)
.gif)