InsertNewChartDef

説明

新規グラフをワークスペースの、親 DBID で指定されたワークスペース フォルダに挿入します。

注: このメソッドは Windows 専用です。このメソッドは、バージョン 2002.05.00 で使用可能になります。

構文

VBScript

workspace.InsertNewChartDef newName, parent_dbid, QueryDefObj 

Perl

$workspace->InsertNewChartDef(newName, parent_dbid, QueryDefObj); 
識別子
説明
workspace
現在のセッションから取得された Workspace オブジェクト。
newName
新規 ChartDef に指定する名前を含む String。
parent_dbid
新規グラフを挿入する元の親ワークスペース フォルダの DBID を含む Long。
QueryDefObj
挿入する新規 QueryDef オブジェクトへの参照。
戻り値
新規グラフの DBID を含む Long を戻します。

フィードバック