Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the SQL Server language.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("Server_LanguageDesc")> _
<DisplayNameKeyAttribute("Server_LanguageName")> _
ReadOnly Property Language As String
Get
'Usage
Dim instance As IServerInformation
Dim value As String
value = instance.Language
[DisplayDescriptionKeyAttribute("Server_LanguageDesc")]
[DisplayNameKeyAttribute("Server_LanguageName")]
string Language { get; }
[DisplayDescriptionKeyAttribute(L"Server_LanguageDesc")]
[DisplayNameKeyAttribute(L"Server_LanguageName")]
property String^ Language {
String^ get ();
}
[<DisplayDescriptionKeyAttribute("Server_LanguageDesc")>]
[<DisplayNameKeyAttribute("Server_LanguageName")>]
abstract Language : string
function get Language () : String
Property Value
Type: System.String
The SQL Server language.