The ItemByID method extracts a member from a SQL-DMO container object such as the Databases collection, using a system-defined component identifier to uniquely identify the container member.
object.ItemByID( ID ) as Object
object
Expression that evaluates to an object in the Applies To list
ID
Long integer that specifies a system-generated component identifier
A reference to the object extracted
The ItemByID method is implemented for SQL-DMO collections containing objects exposing the ID property.