Partilhar via


Interface IMutableScalarFunction

Represents a mutable SQL Server scalar function.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
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

O tipo IMutableScalarFunction expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DataType Gets or sets the scalar data type. (Herdado de IMutableScalar.)
Propriedade pública DataType Gets the scalar data type. (Herdado de IScalar.)
Propriedade pública IsAggregateFunction Gets a value that indicates whether this is an aggregate function. (Herdado de IScalarFunction.)
Propriedade pública Name Gets the name of the metadata object. (Herdado de IMetadataObject.)
Propriedade pública Nullable A value that specifies whether an object is nullable. (Herdado de IMutableScalar.)
Propriedade pública Nullable Gets a Boolean value that indicates whether the scalar object is nullable. (Herdado de IScalar.)
Propriedade pública Parameters Gets a collection that contains the parameters that the function or module accepts. (Herdado de IFunctionModuleBase.)
Propriedade pública Parameters Gets a collection that contains the parameters that the function or module accepts. (Herdado de IMutableFunctionModuleBase.)
Propriedade pública ScalarType Gets the scalar type. (Herdado de IScalar.)

Início

Métodos

  Nome Descrição
Método público Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IMetadataObject.)

Início