Login.Language Property
Gets or sets the language required by the referenced login account for date formats and system messages.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public Property Language As String
Get
Set
'Usage
Dim instance As Login
Dim value As String
value = instance.Language
instance.Language = value
[SfcPropertyAttribute]
public string Language { get; set; }
[SfcPropertyAttribute]
public:
virtual property String^ Language {
String^ get () sealed;
void set (String^ value) sealed;
}
[<SfcPropertyAttribute>]
abstract Language : string with get, set
[<SfcPropertyAttribute>]
override Language : string with get, set
final function get Language () : String
final function set Language (value : String)
Property Value
Type: System.String
A String value that specifies the language required by the referenced login account.
Implements
See Also