Interface IFunctionModuleBase
Common base interface for the IFunction and ICallableModule interfaces.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Public Interface IFunctionModuleBase _
Inherits IMetadataObject
'Uso
Dim instance As IFunctionModuleBase
public interface IFunctionModuleBase : IMetadataObject
public interface class IFunctionModuleBase : IMetadataObject
type IFunctionModuleBase =
interface
interface IMetadataObject
end
public interface IFunctionModuleBase extends IMetadataObject
O tipo IFunctionModuleBase 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. |
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