Поделиться через


Свойство Language

Gets the default language used by the instance of SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property Language As String
    Get
'Применение
Dim instance As Information
Dim value As String

value = instance.Language
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public string Language { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property String^ Language {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member Language : string
function get Language () : String

Значение свойства

Тип System. . :: . .String
A String value that specifies the default language.