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
要添加到集合的文件夹操作。
返回
插入新的文件夹操作的位置。