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?

OpenId

与えられた識別子に対する、オブジェクトの新規のインスタンスをオープンします。

Synopsis

OpenId object

引数

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

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

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

person = OpenId User.Person(5012) 
  'Instantiates a person object with the Id of 5012

関連項目

FeedbackOpens in a new tab