Interface IMutableFunctionModuleBase
Common base interface for the IMutableFunction and IMutableCallableModule interfaces.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Public Interface IMutableFunctionModuleBase _
Inherits IFunctionModuleBase, IMutableMetadataObject, IMetadataObject
'Uso
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
O tipo IMutableFunctionModuleBase 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. (Herdado de IFunctionModuleBase.) | |
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