Interface IFunction
Represents a SQL Server function.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Public Interface IFunction _
Inherits IFunctionModuleBase, IMetadataObject
'Uso
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
O tipo IFunction expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Name | Gets the name of the metadata object. (Herdado de IMetadataObject.) | |
Parameters | Gets a collection that contains the parameters that the function or module accepts. (Herdado de IFunctionModuleBase.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IMetadataObject.) |
Início