IMutableScalarFunction 介面
Represents a mutable SQL Server scalar function.
命名空間: Microsoft.SqlServer.Management.SqlParser.Metadata
組件: Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)
語法
'宣告
Public Interface IMutableScalarFunction _
Inherits IScalarFunction, IMutableFunction, IFunction, IMutableFunctionModuleBase, _
IFunctionModuleBase, IMutableScalar, IScalar, IMutableMetadataObject, IMetadataObject
'用途
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
IMutableScalarFunction 型別公開下列成員。
屬性
| 名稱 | 說明 | |
|---|---|---|
![]() |
DataType | Gets or sets the scalar data type. (繼承自 IMutableScalar。) |
![]() |
DataType | Gets the scalar data type. (繼承自 IScalar。) |
![]() |
IsAggregateFunction | Gets a value that indicates whether this is an aggregate function. (繼承自 IScalarFunction。) |
![]() |
Name | Gets the name of the metadata object. (繼承自 IMetadataObject。) |
![]() |
Nullable | A value that specifies whether an object is nullable. (繼承自 IMutableScalar。) |
![]() |
Nullable | Gets a Boolean value that indicates whether the scalar object is nullable. (繼承自 IScalar。) |
![]() |
Parameters | Gets a collection that contains the parameters that the function or module accepts. (繼承自 IFunctionModuleBase。) |
![]() |
Parameters | Gets a collection that contains the parameters that the function or module accepts. (繼承自 IMutableFunctionModuleBase。) |
![]() |
ScalarType | Gets the scalar type. (繼承自 IScalar。) |
上層
方法
| 名稱 | 說明 | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (繼承自 IMetadataObject。) |
上層
.gif)
.gif)