IFunction Interface
Represents a SQL Server function.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public Interface IFunction _
Inherits IFunctionModuleBase, IMetadataObject
'Usage
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
The IFunction type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name | Gets the name of the metadata object. (Inherited from IMetadataObject.) | |
Parameters | Gets a collection that contains the parameters that the function or module accepts. (Inherited from IFunctionModuleBase.) |
Top
Methods
Name | Description | |
---|---|---|
Accept<T> | Accepts a visit from the specified IMetadataObjectVisitor<T> object. (Inherited from IMetadataObject.) |
Top