Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.