Interface IMutableFunctionModuleBase
Common base interface for the IMutableFunction and IMutableCallableModule 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 IMutableFunctionModuleBase _
Inherits IFunctionModuleBase, IMutableMetadataObject, IMetadataObject
'Utilisation
Dim instance As IMutableFunctionModuleBase
public interface IMutableFunctionModuleBase : IFunctionModuleBase,
IMutableMetadataObject, IMetadataObject
public interface class IMutableFunctionModuleBase : IFunctionModuleBase,
IMutableMetadataObject, IMetadataObject
type IMutableFunctionModuleBase =
interface
interface IFunctionModuleBase
interface IMutableMetadataObject
interface IMetadataObject
end
public interface IMutableFunctionModuleBase extends IFunctionModuleBase, IMutableMetadataObject, IMetadataObject
Le type IMutableFunctionModuleBase 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. (hérité de IFunctionModuleBase.) |
![]() |
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)