Partager via


ISqlErrorMessage.IsWithLog, propriété

Obtient ou définit une valeur qui indique si cette erreur doit être enregistrée à chaque fois qu'elle est générée.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property IsWithLog As Boolean
    Get
    Set
bool IsWithLog { get; set; }
property bool IsWithLog {
    bool get ();
    void set (bool value);
}
abstract IsWithLog : bool with get, set
function get IsWithLog () : boolean
function set IsWithLog (value : boolean)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISqlErrorMessage Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms