Languages Collection (SQL-DMO)

The Languages collection contains Language objects referencing the language records of a Microsoft® SQL Server™ installation.

Remarks

With SQL Server version 7.0, all supported language records are installed as the product is installed. Therefore, the properties of the SQL-DMO Language object are read-only. Membership in the Languages collection is fixed.

When using the Item method, the Languages collection supports member identification using either name or ordinal reference syntax. For example:

Set oLanguage = oSQLServer.Languages("Norsk")

Or:

Set oLanguage = oSQLServer.Languages(2)

  

Methods
Item Method ItemByID Method

Properties

Count Property

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.