DacExportOptions.DatabaseLockTimeout Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Specifica il timeout del blocco a livello di database in secondi quando si eseguono query su SQL Server.
public int DatabaseLockTimeout { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DatabaseLockTimeout")]
public int DatabaseLockTimeout { get; set; }
member this.DatabaseLockTimeout : int with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DatabaseLockTimeout")>]
member this.DatabaseLockTimeout : int with get, set
Public Property DatabaseLockTimeout As Integer
Valore della proprietà
Il timeout di blocco del database in secondi Valore predefinito è 60 Specificare -1 per attendere in modo indefinito
- Attributi