次の方法で共有


StoreOperation コンストラクター

定義

StoreOperation クラスのインスタンスを作成します。

public StoreOperation(string tableName, string recordId, Microsoft.WindowsAzure.MobileServices.Sync.LocalStoreOperationKind kind, Microsoft.WindowsAzure.MobileServices.Sync.StoreOperationSource source, string batchId);
new Microsoft.WindowsAzure.MobileServices.Sync.StoreOperation : string * string * Microsoft.WindowsAzure.MobileServices.Sync.LocalStoreOperationKind * Microsoft.WindowsAzure.MobileServices.Sync.StoreOperationSource * string -> Microsoft.WindowsAzure.MobileServices.Sync.StoreOperation
Public Sub New (tableName As String, recordId As String, kind As LocalStoreOperationKind, source As StoreOperationSource, batchId As String)

パラメーター

tableName
String

この操作のターゲットであるテーブルの名前。

recordId
String

ターゲット レコード識別子。

kind
LocalStoreOperationKind

操作の種類。

source
StoreOperationSource

この操作をトリガーしたソース。

batchId
String

この操作が属するバッチの ID。

適用対象