共用方式為


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.

Applies To:

BackupDevice Object

StoredProcedure Object

Database Object

Table Object

DBObject Object

Trigger Object

Login Object

User Object

ReplicationStoredProcedure Object

View Object