Share via


ISqlLogin.DefaultLanguage Property

Gets or sets the default language for the login.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property DefaultLanguage As String
string DefaultLanguage { get; set; }
property String^ DefaultLanguage {
    String^ get ();
    void set (String^ value);
}
abstract DefaultLanguage : string with get, set
function get DefaultLanguage () : String
function set DefaultLanguage (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISqlLogin Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace