Displays the object ID for a specified partition ID and database ID.
partition_object_id(partition_id [, database_id ] )
select partition_object_id(2)
select partition_object_id(14,7)
select partition_object_id( 1424005073, NULL)
----------- NULL (1 row affected)
partition_object_id uses the current database ID if you do not include a database ID.
Use a NULL value for the partition_id.
Include a NULL value for database_id.
Provide an invalid or non-existent partition_id or database_id.