次の方法で共有


ModelOperationsCollection.Add(ModelOperation) メソッド

定義

ModelOperationModelOperationsCollection に追加します。

public:
 int Add(Microsoft::ReportingServices::Interfaces::ModelOperation operation);
public int Add (Microsoft.ReportingServices.Interfaces.ModelOperation operation);
member this.Add : Microsoft.ReportingServices.Interfaces.ModelOperation -> int
Public Function Add (operation As ModelOperation) As Integer

パラメーター

operation
ModelOperation

ModelOperation オブジェクト。

戻り値

新しい ModelOperation が挿入された位置を表す整数値です。

適用対象