Condividi tramite


Interfaccia IMutableStoredProcedure

Represents a mutable SQL Server stored procedure.

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
Public Interface IMutableStoredProcedure _
    Inherits IStoredProcedure, IMutableCallableModule, ICallableModule, IMutableUserDefinedFunctionModuleBase,  _
    IUserDefinedFunctionModuleBase, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject,  _
    IMutableFunctionModuleBase, IFunctionModuleBase, IMutableMetadataObject, IMetadataObject
'Utilizzo
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

Nel tipo IMutableStoredProcedure sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica BodyText Gets or sets the Transact-SQL statements that define the module.
Proprietà pubblica BodyText Gets the Transact-SQL statements that define the module. Ereditato da IStoredProcedure.
Proprietà pubblica ExecutionContext Gets or sets an IExecutionContext object that specifies the module execution context. Ereditato da IMutableUserDefinedFunctionModuleBase.
Proprietà pubblica ExecutionContext Gets the IExecutionContext object that specifies the module execution context. Ereditato da IUserDefinedFunctionModuleBase.
Proprietà pubblica ForReplication Gets or sets a value that indicates whether the stored procedure is available for replication
Proprietà pubblica ForReplication Gets a value that indicates whether the stored procedure is available for replication. Ereditato da IStoredProcedure.
Proprietà pubblica IsEncrypted Gets or sets a value that indicates whether the module is encrypted. Ereditato da IMutableUserDefinedFunctionModuleBase.
Proprietà pubblica IsEncrypted Gets a value that indicates whether the module is encrypted. Ereditato da IUserDefinedFunctionModuleBase.
Proprietà pubblica IsQuotedIdentifierOn Gets a Boolean value that indicates whether the quoted identifier option is on. Ereditato da IStoredProcedure.
Proprietà pubblica IsRecompiled Gets or sets a value that indicates whether the stored procedure is recompiled before execution.
Proprietà pubblica IsRecompiled Gets a value that indicates whether the stored procedure is recompiled before execution. Ereditato da IStoredProcedure.
Proprietà pubblica IsSqlClr Gets or sets a value that indicates whether this is a CLR module.
Proprietà pubblica IsSqlClr Gets a value that indicates whether this is a CLR module. Ereditato da IStoredProcedure.
Proprietà pubblica IsSystemObject Gets a value that indicates whether this is a system object. Ereditato da IDatabaseObject.
Proprietà pubblica IsSystemObject Gets or sets a value that indicates whether this is a system object. Ereditato da IMutableDatabaseObject.
Proprietà pubblica ModuleType Gets the module type. Ereditato da ICallableModule.
Proprietà pubblica Name Gets the name of the metadata object. Ereditato da IMetadataObject.
Proprietà pubblica Parameters Gets a collection that contains the parameters that the function or module accepts. Ereditato da IFunctionModuleBase.
Proprietà pubblica Parameters Gets a collection that contains the parameters that the function or module accepts. Ereditato da IMutableFunctionModuleBase.
Proprietà pubblica Parent Gets the IDatabaseObject object that is the parent of this object. Ereditato da IDatabaseObject.
Proprietà pubblica ReturnType Gets the scalar data type of the module return value. Ereditato da ICallableModule.
Proprietà pubblica ReturnType Gets or sets the scalar data type of the module return value. Ereditato da IMutableCallableModule.
Proprietà pubblica Schema Gets the ISchema object that owns this object. Ereditato da ISchemaOwnedObject.
Proprietà pubblica Startup Gets or sets a value that specifies whether the stored procedure runs when the instance of SQL Server starts up.
Proprietà pubblica Startup Gets a value that specifies whether the stored procedure runs when the instance of SQL Server starts up. Ereditato da IStoredProcedure.

In alto