Visual Basic.NETで、Session.CreateComponent または .AddComponentを使います。
Private MyComponent As LANSA_MYCOMP_LIB.MYCOMP
If Session.IsConnected then
MyComponent = Session.CreateComponent("MYCOMP")
End if
Visual Basic.NETで、Session.CreateComponent または .AddComponentを使います。
Private MyComponent As LANSA_MYCOMP_LIB.MYCOMP
If Session.IsConnected then
MyComponent = Session.CreateComponent("MYCOMP")
End if
Copyright © 2004-2026 IDERA, Inc.