IMutableStoredProcedure Interface

Definition

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)

Applies to