Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Questa funzionalità verrà rimossa in una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa funzionalità in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.
The Languages collection contains Language objects referencing the language records of an instance of Microsoft SQL Server.
.gif)
Properties
Methods
Osservazioni
With SQL Server version 7.0 and later, all supported language records are installed when the product is installed. Therefore, the properties of the SQL Distributed Management Objects (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)