IResolvedSynonym 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 IResolvedSynonym : Microsoft.SqlServer.Management.SqlParser.Metadata.ISchemaOwnedObject
type IResolvedSynonym = interface
interface ISchemaOwnedObject
interface IDatabaseObject
interface IMetadataObject
Public Interface IResolvedSynonym
Implements ISchemaOwnedObject
- Derived
- Implements
Properties
| IsSystemObject | (Inherited from IDatabaseObject) |
| Name | (Inherited from IMetadataObject) |
| Parent | (Inherited from IDatabaseObject) |
| Schema | (Inherited from ISchemaOwnedObject) |
| Synonym | |
| 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) |