Condividi tramite


Classe Language

A Language object represents a language supported by SQL Server. The SQL Server language determines the date and time formats and the language in which the system messages are displayed.

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class Language _
    Inherits NamedSmoObject
'Utilizzo
Dim instance As Language
public sealed class Language : NamedSmoObject
public ref class Language sealed : public NamedSmoObject
[<SealedAttribute>]
type Language =  
    class
        inherit NamedSmoObject
    end
public final class Language extends NamedSmoObject

Osservazioni

To get or set Language object properties or run methods, users can be a member of the public fixed server role.

Thread Safety

Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.