言語

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 が挿入された位置を表す整数値。

適用対象