Compartilhar via


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.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public NotInheritable Class Language _
    Inherits NamedSmoObject
'Uso
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

Comentários

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

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.