次の方法で共有


ModelOperationsCollection.Add メソッド

ModelOperationModelOperationsCollection に追加します。

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:   Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)

構文

'宣言
Public Function Add ( _
    operation As ModelOperation _
) As Integer
'使用
Dim instance As ModelOperationsCollection 
Dim operation As ModelOperation 
Dim returnValue As Integer 

returnValue = instance.Add(operation)
public int Add(
    ModelOperation operation
)
public:
int Add(
    ModelOperation operation
)
member Add : 
        operation:ModelOperation -> int
public function Add(
    operation : ModelOperation
) : int

パラメーター

戻り値

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

関連項目

参照

ModelOperationsCollection クラス

Microsoft.ReportingServices.Interfaces 名前空間