Interstage Shunsaku Data Manager アプリケーション開発ガイド - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX共通 - |
目次
索引
![]() ![]() |
第2部 APIでのアプリケーション開発 | > 第10章 .NET APIのアプリケーション開発 | > 10.3 .NET APIの使用方法 | > 10.3.1 コネクションの確立 |
API用動作環境ファイルの設定により、コネクションを確立する方法について説明します。
ShunService service = new ShunService(); service.Connect(); |
Dim service As New ShunService () service.Connect() |
API用動作環境ファイルの設定の詳細については、“2.4 動作環境ファイルの設定”を参照してください。
目次
索引
![]() ![]() |