FolderOperationsCollection.Add(FolderOperation) 方法

定義

在 的末尾 FolderOperationsCollection加上一個物件。

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

參數

operation
FolderOperation

資料夾操作,用來加入收藏。

傳回

新資料夾操作插入的位置。

適用於