你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataMigrationMongoDBMigrationProgress.Databases Property

Definition

The progress of the databases in the migration. The keys are the names of the databases.

public System.Collections.Generic.IReadOnlyDictionary<string,Azure.ResourceManager.DataMigration.Models.DataMigrationMongoDBDatabaseProgress> Databases { get; }
member this.Databases : System.Collections.Generic.IReadOnlyDictionary<string, Azure.ResourceManager.DataMigration.Models.DataMigrationMongoDBDatabaseProgress>
Public ReadOnly Property Databases As IReadOnlyDictionary(Of String, DataMigrationMongoDBDatabaseProgress)

Property Value

Applies to