Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

Deprecated

このクラスを非推奨として指定します。このキーワードはクラス・コンパイラおよびスタジオでは無視されますが、Atelier で使用されます。

使用法

クラスを非推奨としてマークするには、以下の構文を使用します。

Class MyApp.MyClass [ Deprecated ] 
{
//class members
}

そうしない場合は、このキーワードを省略するか、キーワードの直前に単語 Not を配置します。

関連項目

FeedbackOpens in a new tab