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?

New

オブジェクトの新規インスタンスを生成します。

Synopsis

New object

引数

New 文で使用する引数は、以下のとおりです。

object 新規インスタンスを生成するオブジェクト名

以下の例は、New 文の使用法を示しています。

person = New User.Person

output = New %File("\PersonList.txt")

関連項目

FeedbackOpens in a new tab