コード例 #1
0
 public RfcDestination GetDestination()
 {
     if (!RfcDestinationManager.IsDestinationConfigurationRegistered())
     {
         RfcDestinationManager.RegisterDestinationConfiguration(new DestinationConfiguration(SystemNumber, AppServerHost, Client, User, Password));
     }
     ///參數只要不是空字串之任意字串
     return(RfcDestinationManager.GetDestination("RFC"));
 }