次の方法で共有


ResourceOperationsCollection.Add メソッド

オブジェクトを ResourceOperationsCollection の末尾に追加します。

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

構文

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

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

パラメーター

戻り値

型: System.Int32
新しいリソース操作が挿入された位置です。

関連項目

参照

ResourceOperationsCollection クラス

Microsoft.ReportingServices.Interfaces 名前空間