SystemObject Property
Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.
The SystemObject property returns TRUE for Microsoft SQL Server database objects whose implementation is owned by Microsoft.
구문
object
.SystemObject
Parts
- object
An expression that evaluates to an object in the Applies To list
Data Type
Boolean
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetSystemObject(LPBOOL pRetVal);
주의
If TRUE, the database object is defined by Microsoft as part of an instance of SQL Server.
If FALSE, the database object has been created by a SQL Server user and object ownership rules apply. Specifically, ownership for the database object is assigned at object creation, and for some objects it can be transferred to another user.