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

StoreOperationsBatch.GetOperationCountByKind(LocalStoreOperationKind) 方法

定义

获取与在此批处理中执行的操作类型匹配的操作数。

public int GetOperationCountByKind (Microsoft.WindowsAzure.MobileServices.Sync.LocalStoreOperationKind operationKind);
member this.GetOperationCountByKind : Microsoft.WindowsAzure.MobileServices.Sync.LocalStoreOperationKind -> int
Public Function GetOperationCountByKind (operationKind As LocalStoreOperationKind) As Integer

参数

operationKind
LocalStoreOperationKind

操作类型。

返回

与提供的计数匹配的操作数。

适用于