Partilhar via


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
Propriedade pública Name Gets the name of the metadata object. (Herdado de IMetadataObject.)
Propriedade pública Parameters Gets a collection that contains the parameters that the function or module accepts. (Herdado de IFunctionModuleBase.)
Propriedade pública Parameters Gets a collection that contains the parameters that the function or module accepts.

Início

Métodos

  Nome Descrição
Método público Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IMetadataObject.)

Início