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

EntityStatusReporter.GetSqlStatus(StatusReport, ConnectionSettings) 方法

定义

protected virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Mobile.Service.Models.StatusReport> GetSqlStatus (Microsoft.WindowsAzure.Mobile.Service.Models.StatusReport report, Microsoft.WindowsAzure.Mobile.Service.ConnectionSettings connectionSettings);
abstract member GetSqlStatus : Microsoft.WindowsAzure.Mobile.Service.Models.StatusReport * Microsoft.WindowsAzure.Mobile.Service.ConnectionSettings -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Mobile.Service.Models.StatusReport>
override this.GetSqlStatus : Microsoft.WindowsAzure.Mobile.Service.Models.StatusReport * Microsoft.WindowsAzure.Mobile.Service.ConnectionSettings -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Mobile.Service.Models.StatusReport>
Protected Overridable Function GetSqlStatus (report As StatusReport, connectionSettings As ConnectionSettings) As Task(Of StatusReport)

参数

report
StatusReport
connectionSettings
ConnectionSettings

返回

适用于