ObjectID Property
未來的 Microsoft SQL Server 版本將移除這項功能。請避免在新的開發工作中使用這項功能,並規劃修改目前使用這項功能的應用程式。
The ObjectID property returns the system-assigned identifier for a Microsoft SQL Server database or database object.
語法
object
.ObjectID
Parts
- object
An expression that evaluates to an object in the Applies To list
Data Type
Long
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetObjectID(LPLONG pRetVal);
備註
The definitions of many SQL Server database components are implemented as records in SQL Server system tables. Within a system table, one column may be designated as an identifier. An identifier is an integer value that is unique for all rows in the table. Identifiers are assigned by SQL Server.
The ObjectID property represents a SQL Server component identifier and, by using the ItemByID method, provides an alternate method for selecting a specific object from a collection.