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 language used by the server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("Server_LanguageName")> _
<DisplayDescriptionKeyAttribute("Server_LanguageDesc")> _
ReadOnly Property Language As String
Get
'Usage
Dim instance As IServerSelectionFacet
Dim value As String
value = instance.Language
[DisplayNameKeyAttribute("Server_LanguageName")]
[DisplayDescriptionKeyAttribute("Server_LanguageDesc")]
string Language { get; }
[DisplayNameKeyAttribute(L"Server_LanguageName")]
[DisplayDescriptionKeyAttribute(L"Server_LanguageDesc")]
property String^ Language {
String^ get ();
}
[<DisplayNameKeyAttribute("Server_LanguageName")>]
[<DisplayDescriptionKeyAttribute("Server_LanguageDesc")>]
abstract Language : string
function get Language () : String
Property Value
Type: System.String
A string value that specifies the language used by the server.