Partager via


Interface IMutableScalarFunction

Represents a mutable SQL Server scalar function.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public Interface IMutableScalarFunction _
    Inherits IScalarFunction, IMutableFunction, IFunction, IMutableFunctionModuleBase,  _
    IFunctionModuleBase, IMutableScalar, IScalar, IMutableMetadataObject, IMetadataObject
'Utilisation
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

Le type IMutableScalarFunction expose les membres suivants.

Propriétés

  Nom Description
Propriété publique DataType Gets or sets the scalar data type. (hérité de IMutableScalar.)
Propriété publique DataType Gets the scalar data type. (hérité de IScalar.)
Propriété publique IsAggregateFunction Gets a value that indicates whether this is an aggregate function. (hérité de IScalarFunction.)
Propriété publique Name Gets the name of the metadata object. (hérité de IMetadataObject.)
Propriété publique Nullable A value that specifies whether an object is nullable. (hérité de IMutableScalar.)
Propriété publique Nullable Gets a Boolean value that indicates whether the scalar object is nullable. (hérité de IScalar.)
Propriété publique Parameters Gets a collection that contains the parameters that the function or module accepts. (hérité de IFunctionModuleBase.)
Propriété publique Parameters Gets a collection that contains the parameters that the function or module accepts. (hérité de IMutableFunctionModuleBase.)
Propriété publique ScalarType Gets the scalar type. (hérité de IScalar.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (hérité de IMetadataObject.)

Haut de la page