| Platform SDK: Transaction Server |
GetObjectContext Function, CreateInstance Method Example
[This product will work only on Windows NT 4.0 versions and earlier. For Windows 2000 and later, see COM+ (Component Services).]
Dim ctxObject As ObjectContext
Dim objAccount As Bank.Account
' Get the object's ObjectContext.
Set ctxObject = GetObjectContext()
' Use it to instantiate another object.
Set objAccount = _
ctxObject.CreateInstance("Bank.Account")