製品を閲覧する Toggle navigation
If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
このAPIリリースは、MS Project&Reg;のクロスプロジェクトタスク間のリンク作成の強化を提供します。
次の例は、プロジェクトクロスタスクリンクを作成する方法を示しています。
Project project = new Project(); var summary = project.RootTask.Children.Add("Summary Task"); Task t2 = t2 = summary.Children.Add("External Task"); t2.Set(Tsk.ExternalTaskProject, "ExternalProject.mpp"); t2.Set(Tsk.ExternalId, 1); t2.Set(Tsk.ExternalUid, 2); // External task's Unique Id should be set. t2.Set(Tsk.IsExternalTask, true); t2.Set(Tsk.IsManual, new NullableBool(false)); t2.Set(Tsk.IsSummary, false); Task t = summary.Children.Add("Task"); TaskLink link = project.TaskLinks.Add(t2, t); link.IsCrossProject = true; link.LinkType = TaskLinkType.FinishToStart; link.CrossProjectName = "ExternalProject.mpp\\\\1"; // <- here external task's Id is used.
linklagtimespan
新しいプロパティ「LinkLagTimesPan」プロパティが「TaskLink」に追加されました。このプロパティは、「lagformat」に応じて、遅延期間を取得または設定します。
特定の日に複数のレートが有効になっている場合、コスト計算を行う際に強化が行われました。
このリリースの機能、拡張機能、バグ修正の完全なリストについては、ネット2212リリースノートのアスポサタスクにアクセスしてください。