Partager via


Interface IFunction

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

Le type IFunction 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.)

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