FolderOperationsCollection.Add(FolderOperation) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在 的末尾 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
資料夾操作,用來加入收藏。
傳回
新資料夾操作插入的位置。