Compartir a través de


Interfaz ICallableModule

Represents a 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 ICallableModule _
    Inherits IUserDefinedFunctionModuleBase, ISchemaOwnedObject, IDatabaseObject, IFunctionModuleBase,  _
    IMetadataObject
'Uso
Dim instance As ICallableModule
public interface ICallableModule : IUserDefinedFunctionModuleBase, 
    ISchemaOwnedObject, IDatabaseObject, IFunctionModuleBase, IMetadataObject
public interface class ICallableModule : IUserDefinedFunctionModuleBase, 
    ISchemaOwnedObject, IDatabaseObject, IFunctionModuleBase, IMetadataObject
type ICallableModule =  
    interface
        interface IUserDefinedFunctionModuleBase
        interface ISchemaOwnedObject
        interface IDatabaseObject
        interface IFunctionModuleBase
        interface IMetadataObject
    end
public interface ICallableModule extends IUserDefinedFunctionModuleBase, ISchemaOwnedObject, IDatabaseObject, IFunctionModuleBase, IMetadataObject

El tipo ICallableModule expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ExecutionContext Gets the IExecutionContext object that specifies the module execution context. (Se hereda de IUserDefinedFunctionModuleBase.)
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 ModuleType Gets the module type.
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 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.
Propiedad pública Schema Gets the ISchema object that owns this object. (Se hereda de ISchemaOwnedObject.)

Arriba