IFunction-Schnittstelle
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
Der IFunction-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Name | Gets the name of the metadata object. (Geerbt von IMetadataObject.) |
![]() |
Parameters | Gets a collection that contains the parameters that the function or module accepts. (Geerbt von IFunctionModuleBase.) |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Geerbt von IMetadataObject.) |
Zum Anfang
.gif)
.gif)