Compartir a través de


ISqlServerOptions.DefaultLanguage (Propiedad)

Obtiene o establece un valor que modela la opción "idioma predeterminado" de sp_configure.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property DefaultLanguage As Nullable(Of Integer)
    Get
    Set
Nullable<int> DefaultLanguage { get; set; }
property Nullable<int> DefaultLanguage {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract DefaultLanguage : Nullable<int> with get, set
function get DefaultLanguage () : Nullable<int>
function set DefaultLanguage (value : Nullable<int>)

Valor de propiedad

Tipo: System.Nullable<Int32>

Seguridad de .NET Framework

Vea también

Referencia

ISqlServerOptions Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)