IMutableStoredProcedure Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IMutableStoredProcedure : Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableCallableModule, Microsoft.SqlServer.Management.SqlParser.Metadata.IStoredProcedure
type IMutableStoredProcedure = interface
interface IStoredProcedure
interface ICallableModule
interface IUserDefinedFunctionModuleBase
interface ISchemaOwnedObject
interface IDatabaseObject
interface IMetadataObject
interface IFunctionModuleBase
interface IMutableCallableModule
interface IMutableUserDefinedFunctionModuleBase
interface IMutableSchemaOwnedObject
interface IMutableDatabaseObject
interface IMutableMetadataObject
interface IMutableFunctionModuleBase
Public Interface IMutableStoredProcedure
Implements IMutableCallableModule, IStoredProcedure
- Implements
Properties
| BodyText | |
| ExecutionContext | (Inherited from IUserDefinedFunctionModuleBase) |
| ForReplication | |
| IsEncrypted | (Inherited from IUserDefinedFunctionModuleBase) |
| IsQuotedIdentifierOn | (Inherited from IStoredProcedure) |
| IsRecompiled | |
| IsSqlClr | |
| IsSystemObject | (Inherited from IMutableDatabaseObject) |
| ModuleType | (Inherited from ICallableModule) |
| Name | (Inherited from IMetadataObject) |
| Parameters | (Inherited from IMutableFunctionModuleBase) |
| Parent | (Inherited from IDatabaseObject) |
| ReturnType | (Inherited from IMutableCallableModule) |
| Schema | (Inherited from ISchemaOwnedObject) |
| Startup | |
Methods
| Accept<T>(IDatabaseObjectVisitor<T>) | (Inherited from IDatabaseObject) |
| Accept<T>(IMetadataObjectVisitor<T>) | (Inherited from IMetadataObject) |
| Accept<T>(ISchemaOwnedObjectVisitor<T>) | (Inherited from ISchemaOwnedObject) |
Extension Methods
| TypeInfo(IMetadataObject) |