Interfaccia IMutableScalarFunction
Represents a mutable SQL Server scalar function.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
Public Interface IMutableScalarFunction _
Inherits IScalarFunction, IMutableFunction, IFunction, IMutableFunctionModuleBase, _
IFunctionModuleBase, IMutableScalar, IScalar, IMutableMetadataObject, IMetadataObject
'Utilizzo
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
Nel tipo IMutableScalarFunction sono esposti i membri seguenti.
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
DataType | Gets or sets the scalar data type. Ereditato da IMutableScalar. |
![]() |
DataType | Gets the scalar data type. Ereditato da IScalar. |
![]() |
IsAggregateFunction | Gets a value that indicates whether this is an aggregate function. Ereditato da IScalarFunction. |
![]() |
Name | Gets the name of the metadata object. Ereditato da IMetadataObject. |
![]() |
Nullable | A value that specifies whether an object is nullable. Ereditato da IMutableScalar. |
![]() |
Nullable | Gets a Boolean value that indicates whether the scalar object is nullable. Ereditato da IScalar. |
![]() |
Parameters | Gets a collection that contains the parameters that the function or module accepts. Ereditato da IFunctionModuleBase. |
![]() |
Parameters | Gets a collection that contains the parameters that the function or module accepts. Ereditato da IMutableFunctionModuleBase. |
![]() |
ScalarType | Gets the scalar type. Ereditato da IScalar. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IMetadataObject. |
In alto
.gif)
.gif)