IResolvedSynonym 인터페이스
SQL Server 2012
Represents a resolved synonym.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
IResolvedSynonym 유형에서 다음 멤버를 표시합니다.
이름 | 설명 | |
---|---|---|
![]() | IsSystemObject | Gets a value that indicates whether this is a system object. (IDatabaseObject에서 상속됨) |
![]() | Name | Gets the name of the metadata object. (IMetadataObject에서 상속됨) |
![]() | Parent | Gets the IDatabaseObject object that is the parent of this object. (IDatabaseObject에서 상속됨) |
![]() | Schema | Gets the ISchema object that owns this object. (ISchemaOwnedObject에서 상속됨) |
![]() | Synonym | Gets the synonym the object was resolved from. |
![]() | TargetObject | Gets the target object of a synonym. |
이름 | 설명 | |
---|---|---|
![]() | Accept<T>(IDatabaseObjectVisitor<T>) | Accepts a visit from the specified IDatabaseObjectVisitor<T> object. (IDatabaseObject에서 상속됨) |
![]() | Accept<T>(IMetadataObjectVisitor<T>) | Accepts a visit from the specified IMetadataObjectVisitor<T> object. (IMetadataObject에서 상속됨) |
![]() | Accept<T>(ISchemaOwnedObjectVisitor<T>) | Accepts a visit from the specified ISchemaOwnedObjectVisitor<T> object. (ISchemaOwnedObject에서 상속됨) |
표시: