共用方式為


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。)

上層