Интерфейс IFunction
Represents a SQL Server function.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Public Interface IFunction _
Inherits IFunctionModuleBase, IMetadataObject
'Применение
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
Тип IFunction обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
![]() |
Name | Gets the name of the metadata object. (Производный от IMetadataObject.) |
![]() |
Parameters | Gets a collection that contains the parameters that the function or module accepts. (Производный от IFunctionModuleBase.) |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Производный от IMetadataObject.) |
В начало