Share via


Information.Language Property

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

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

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property Language As String
    Get
'Usage
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

Property Value

Type: System.String
A String value that specifies the default language.