Partager via


Interface IMutableFunction

Represents a mutable SQL Server 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 IMutableFunction _
    Inherits IFunction, IMutableFunctionModuleBase, IFunctionModuleBase, IMutableMetadataObject,  _
    IMetadataObject
'Utilisation
Dim instance As IMutableFunction
public interface IMutableFunction : IFunction, 
    IMutableFunctionModuleBase, IFunctionModuleBase, IMutableMetadataObject, IMetadataObject
public interface class IMutableFunction : IFunction, 
    IMutableFunctionModuleBase, IFunctionModuleBase, IMutableMetadataObject, IMetadataObject
type IMutableFunction =  
    interface
        interface IFunction
        interface IMutableFunctionModuleBase
        interface IFunctionModuleBase
        interface IMutableMetadataObject
        interface IMetadataObject
    end
public interface IMutableFunction extends IFunction, IMutableFunctionModuleBase, IFunctionModuleBase, IMutableMetadataObject, IMetadataObject

Le type IMutableFunction expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Name Gets the name of the metadata object. (hérité de IMetadataObject.)
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.)

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