The SystemObject property returns True for Microsoft® SQL Server™ database objects whose implementation is owned by Microsoft.
BackupDevice Object | StoredProcedure Object |
Database Object | Table Object |
DBObject Object | Trigger Object |
Login Object | User Object |
ReplicationStoredProcedure Object | View Object |
object.SystemObject
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
If True, the database object has been defined by Microsoft as part of a SQL Server installation.
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, can be transferred to another user.
Boolean
Read-only
HRESULT GetSystemObject(LPBOOL pRetVal);