Proprietà SqlSchemaDeploymentOptions.AbortOnFirstError
Ottiene o imposta un valore che indica se la distribuzione deve arrestarsi quando si verifica il primo errore.
Spazio dei nomi: Microsoft.Data.Schema.Sql.Build
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Sintassi
'Dichiarazione
Public Property AbortOnFirstError As Boolean
Get
Set
public bool AbortOnFirstError { get; set; }
public:
property bool AbortOnFirstError {
bool get ();
void set (bool value);
}
member AbortOnFirstError : bool with get, set
function get AbortOnFirstError () : boolean
function set AbortOnFirstError (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.