Interface IFunctionModuleBase
Common base interface for the IFunction and ICallableModule interfaces.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Public Interface IFunctionModuleBase _
Inherits IMetadataObject
'Utilisation
Dim instance As IFunctionModuleBase
public interface IFunctionModuleBase : IMetadataObject
public interface class IFunctionModuleBase : IMetadataObject
type IFunctionModuleBase =
interface
interface IMetadataObject
end
public interface IFunctionModuleBase extends IMetadataObject
Le type IFunctionModuleBase expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
Name | Gets the name of the metadata object. (hérité de IMetadataObject.) |
![]() |
Parameters | Gets a collection that contains the parameters that the function or module accepts. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (hérité de IMetadataObject.) |
Haut de la page
.gif)
.gif)