Condividi tramite


Proprietà ISqlErrorMessage.Language

Ottiene o imposta il linguaggio del testo dell'errore.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property Language As String
    Get
    Set
string Language { get; set; }
property String^ Language {
    String^ get ();
    void set (String^ value);
}
abstract Language : string with get, set
function get Language () : String
function set Language (value : String)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlErrorMessage Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel