Compartir a través de


Interfaz IMutableStoredProcedure

Represents a mutable SQL Server stored procedure.

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

Sintaxis

'Declaración
Public Interface IMutableStoredProcedure _
    Inherits IStoredProcedure, IMutableCallableModule, ICallableModule, IMutableUserDefinedFunctionModuleBase,  _
    IUserDefinedFunctionModuleBase, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject,  _
    IMutableFunctionModuleBase, IFunctionModuleBase, IMutableMetadataObject, IMetadataObject
'Uso
Dim instance As IMutableStoredProcedure
public interface IMutableStoredProcedure : IStoredProcedure, 
    IMutableCallableModule, ICallableModule, IMutableUserDefinedFunctionModuleBase, IUserDefinedFunctionModuleBase, IMutableSchemaOwnedObject, 
    ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableFunctionModuleBase, IFunctionModuleBase, 
    IMutableMetadataObject, IMetadataObject
public interface class IMutableStoredProcedure : IStoredProcedure, 
    IMutableCallableModule, ICallableModule, IMutableUserDefinedFunctionModuleBase, IUserDefinedFunctionModuleBase, IMutableSchemaOwnedObject, 
    ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableFunctionModuleBase, IFunctionModuleBase, 
    IMutableMetadataObject, IMetadataObject
type IMutableStoredProcedure =  
    interface
        interface IStoredProcedure
        interface IMutableCallableModule
        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 IMutableStoredProcedure extends IStoredProcedure, IMutableCallableModule, ICallableModule, IMutableUserDefinedFunctionModuleBase, IUserDefinedFunctionModuleBase, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableFunctionModuleBase, IFunctionModuleBase, IMutableMetadataObject, IMetadataObject

El tipo IMutableStoredProcedure expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública BodyText Gets or sets the Transact-SQL statements that define the module.
Propiedad pública BodyText Gets the Transact-SQL statements that define the module. (Se hereda de IStoredProcedure.)
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 ForReplication Gets or sets a value that indicates whether the stored procedure is available for replication
Propiedad pública ForReplication Gets a value that indicates whether the stored procedure is available for replication. (Se hereda de IStoredProcedure.)
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 IsQuotedIdentifierOn Gets a Boolean value that indicates whether the quoted identifier option is on. (Se hereda de IStoredProcedure.)
Propiedad pública IsRecompiled Gets or sets a value that indicates whether the stored procedure is recompiled before execution.
Propiedad pública IsRecompiled Gets a value that indicates whether the stored procedure is recompiled before execution. (Se hereda de IStoredProcedure.)
Propiedad pública IsSqlClr Gets or sets a value that indicates whether this is a CLR module.
Propiedad pública IsSqlClr Gets a value that indicates whether this is a CLR module. (Se hereda de IStoredProcedure.)
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. (Se hereda de IMutableCallableModule.)
Propiedad pública Schema Gets the ISchema object that owns this object. (Se hereda de ISchemaOwnedObject.)
Propiedad pública Startup Gets or sets a value that specifies whether the stored procedure runs when the instance of SQL Server starts up.
Propiedad pública Startup Gets a value that specifies whether the stored procedure runs when the instance of SQL Server starts up. (Se hereda de IStoredProcedure.)

Arriba