IMutableCallableModule 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 IMutableCallableModule : Microsoft.SqlServer.Management.SqlParser.Metadata.ICallableModule, Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableFunctionModuleBase, Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableUserDefinedFunctionModuleBase
type IMutableCallableModule = interface
interface ICallableModule
interface IUserDefinedFunctionModuleBase
interface ISchemaOwnedObject
interface IDatabaseObject
interface IMetadataObject
interface IFunctionModuleBase
interface IMutableUserDefinedFunctionModuleBase
interface IMutableSchemaOwnedObject
interface IMutableDatabaseObject
interface IMutableMetadataObject
interface IMutableFunctionModuleBase
Public Interface IMutableCallableModule
Implements ICallableModule, IMutableFunctionModuleBase, IMutableUserDefinedFunctionModuleBase
- Derived
- Implements
Properties
| ExecutionContext | (Inherited from IUserDefinedFunctionModuleBase) |
| IsEncrypted | (Inherited from IUserDefinedFunctionModuleBase) |
| IsSystemObject | (Inherited from IMutableDatabaseObject) |
| ModuleType | (Inherited from ICallableModule) |
| Name | (Inherited from IMetadataObject) |
| Parameters | (Inherited from IMutableFunctionModuleBase) |
| Parent | (Inherited from IDatabaseObject) |
| ReturnType | |
| Schema | (Inherited from ISchemaOwnedObject) |
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) |