次の方法で共有


ProcessRequestArgs.OperationContext プロパティ

定義

現在処理されている操作の情報を格納したコンテキストを取得します。

public:
 property System::Data::Services::DataServiceOperationContext ^ OperationContext { System::Data::Services::DataServiceOperationContext ^ get(); };
public System.Data.Services.DataServiceOperationContext OperationContext { get; }
member this.OperationContext : System.Data.Services.DataServiceOperationContext
Public ReadOnly Property OperationContext As DataServiceOperationContext

プロパティ値

現在の操作に関する情報を格納している DataServiceOperationContext オブジェクト。

適用対象