Compartir a través de


Interfaz IMutableCallableModule

Represents a mutable SQL Server callable module, such as a stored procedure or a scalar-valued function.

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
Public Interface IMutableCallableModule _
    Inherits ICallableModule, IMutableUserDefinedFunctionModuleBase, IUserDefinedFunctionModuleBase, IMutableSchemaOwnedObject,  _
    ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableFunctionModuleBase, IFunctionModuleBase,  _
    IMutableMetadataObject, IMetadataObject
'Uso
Dim instance As IMutableCallableModule
public interface IMutableCallableModule : ICallableModule, 
    IMutableUserDefinedFunctionModuleBase, IUserDefinedFunctionModuleBase, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, 
    IDatabaseObject, IMutableFunctionModuleBase, IFunctionModuleBase, IMutableMetadataObject, IMetadataObject
public interface class IMutableCallableModule : ICallableModule, 
    IMutableUserDefinedFunctionModuleBase, IUserDefinedFunctionModuleBase, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, 
    IDatabaseObject, IMutableFunctionModuleBase, IFunctionModuleBase, IMutableMetadataObject, IMetadataObject
type IMutableCallableModule =  
    interface
        interface ICallableModule
        interface IMutableUserDefinedFunctionModuleBase
        interface IUserDefinedFunctionModuleBase
        interface IMutableSchemaOwnedObject
        interface ISchemaOwnedObject
        interface IMutableDatabaseObject
        interface IDatabaseObject
        interface IMutableFunctionModuleBase
        interface IFunctionModuleBase
        interface IMutableMetadataObject
        interface IMetadataObject
    end
public interface IMutableCallableModule extends ICallableModule, IMutableUserDefinedFunctionModuleBase, IUserDefinedFunctionModuleBase, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableFunctionModuleBase, IFunctionModuleBase, IMutableMetadataObject, IMetadataObject

El tipo IMutableCallableModule expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ExecutionContext Gets or sets an IExecutionContext object that specifies the module execution context. (Se hereda de IMutableUserDefinedFunctionModuleBase.)
Propiedad pública ExecutionContext Gets the IExecutionContext object that specifies the module execution context. (Se hereda de IUserDefinedFunctionModuleBase.)
Propiedad pública IsEncrypted Gets or sets a value that indicates whether the module is encrypted. (Se hereda de IMutableUserDefinedFunctionModuleBase.)
Propiedad pública IsEncrypted Gets a value that indicates whether the module is encrypted. (Se hereda de IUserDefinedFunctionModuleBase.)
Propiedad pública IsSystemObject Gets a value that indicates whether this is a system object. (Se hereda de IDatabaseObject.)
Propiedad pública IsSystemObject Gets or sets a value that indicates whether this is a system object. (Se hereda de IMutableDatabaseObject.)
Propiedad pública ModuleType Gets the module type. (Se hereda de ICallableModule.)
Propiedad pública Name Gets the name of the metadata object. (Se hereda de IMetadataObject.)
Propiedad pública Parameters Gets a collection that contains the parameters that the function or module accepts. (Se hereda de IFunctionModuleBase.)
Propiedad pública Parameters Gets a collection that contains the parameters that the function or module accepts. (Se hereda de IMutableFunctionModuleBase.)
Propiedad pública Parent Gets the IDatabaseObject object that is the parent of this object. (Se hereda de IDatabaseObject.)
Propiedad pública ReturnType Gets the scalar data type of the module return value. (Se hereda de ICallableModule.)
Propiedad pública ReturnType Gets or sets the scalar data type of the module return value.
Propiedad pública Schema Gets the ISchema object that owns this object. (Se hereda de ISchemaOwnedObject.)

Arriba