SystemObject Property
Diese Funktion wird in zukünftigen Versionen von Microsoft SQL Server nicht mehr bereitgestellt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.
The SystemObject property returns TRUE for Microsoft SQL Server database objects whose implementation is owned by Microsoft.
Syntax
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);
Hinweise
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.