IResolvedExtendedStoredProcedureSynonym 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 IResolvedExtendedStoredProcedureSynonym : Microsoft.SqlServer.Management.SqlParser.Metadata.IExtendedStoredProcedure, Microsoft.SqlServer.Management.SqlParser.Metadata.IResolvedSynonym
type IResolvedExtendedStoredProcedureSynonym = interface
interface IResolvedSynonym
interface ISchemaOwnedObject
interface IDatabaseObject
interface IMetadataObject
interface IExtendedStoredProcedure
interface ICallableModule
interface IUserDefinedFunctionModuleBase
interface IFunctionModuleBase
Public Interface IResolvedExtendedStoredProcedureSynonym
Implements IExtendedStoredProcedure, IResolvedSynonym
- Implements
Properties
| ExecutionContext | (Inherited from IUserDefinedFunctionModuleBase) |
| IsEncrypted | (Inherited from IUserDefinedFunctionModuleBase) |
| IsSystemObject | (Inherited from IDatabaseObject) |
| ModuleType | (Inherited from ICallableModule) |
| Name | (Inherited from IMetadataObject) |
| Parameters | (Inherited from IFunctionModuleBase) |
| Parent | (Inherited from IDatabaseObject) |
| ReturnType | (Inherited from ICallableModule) |
| Schema | (Inherited from ISchemaOwnedObject) |
| Synonym | (Inherited from IResolvedSynonym) |
| TargetObject | |
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) |