MigrateSqlServerSqlMISyncTaskInput.NumberOfParallelDatabaseMigrations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Number of database migrations to start in parallel.
public float? NumberOfParallelDatabaseMigrations { get; set; }
member this.NumberOfParallelDatabaseMigrations : Nullable<single> with get, set
Public Property NumberOfParallelDatabaseMigrations As Nullable(Of Single)