IResolvedExtendedStoredProcedureSynonym Interface

Definition

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

Name Description
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

Name Description
Accept<T>(IDatabaseObjectVisitor<T>) (Inherited from IDatabaseObject)
Accept<T>(IMetadataObjectVisitor<T>) (Inherited from IMetadataObject)
Accept<T>(ISchemaOwnedObjectVisitor<T>) (Inherited from ISchemaOwnedObject)

Extension Methods

Name Description
TypeInfo(IMetadataObject)

Applies to