Proprietà ISqlErrorMessage.IsWithLog
Ottiene o imposta un valore che indica se questo errore deve essere registrato nel momento in cui viene generato.
Spazio dei nomi: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: System.Boolean
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.