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