IMobileServiceTableOperation インターフェイス

定義

リモート テーブルに対するテーブル操作を表す オブジェクト

public interface IMobileServiceTableOperation
type IMobileServiceTableOperation = interface
Public Interface IMobileServiceTableOperation

プロパティ

Item

操作に関連付けられている項目。

Kind

操作の種類

State

操作の状態

Table

操作が実行されるテーブル。

メソッド

AbortPush()

親プッシュ操作を中止します。

ExecuteAsync()

リモート テーブルに対して操作を実行します。

適用対象