IResolvedStoredProcedureSynonym Interface

Definition

public interface IResolvedStoredProcedureSynonym : Microsoft.SqlServer.Management.SqlParser.Metadata.IResolvedSynonym, Microsoft.SqlServer.Management.SqlParser.Metadata.IStoredProcedure
type IResolvedStoredProcedureSynonym = interface
    interface IResolvedSynonym
    interface ISchemaOwnedObject
    interface IDatabaseObject
    interface IMetadataObject
    interface IStoredProcedure
    interface ICallableModule
    interface IUserDefinedFunctionModuleBase
    interface IFunctionModuleBase
Public Interface IResolvedStoredProcedureSynonym
Implements IResolvedSynonym, IStoredProcedure
Implements

Properties

BodyText (Inherited from IStoredProcedure)
ExecutionContext (Inherited from IUserDefinedFunctionModuleBase)
ForReplication (Inherited from IStoredProcedure)
IsEncrypted (Inherited from IUserDefinedFunctionModuleBase)
IsQuotedIdentifierOn (Inherited from IStoredProcedure)
IsRecompiled (Inherited from IStoredProcedure)
IsSqlClr (Inherited from IStoredProcedure)
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)
Startup (Inherited from IStoredProcedure)
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)

Applies to