Using Synonyms

A synonym is an alternative name for a schema-scoped object. In SMO, synonyms are represented by the Synonym object. The Synonym object is a child of the Database object. This means that synonyms are valid only within the scope of the database in which they are defined. However, the synonym can refer to objects on another database, or on a remote instance of SQL Server.

The object that is given an alternative name is known as the base object. The name property of the Synonym object is the alternative name given to the base object.

참고 항목

관련 자료

동의어 사용(데이터베이스 엔진)
CREATE SYNONYM(Transact-SQL)
데이터베이스 디자인 및 만들기

도움말 및 정보

SQL Server 2005 지원 받기